Browse Source

qcacld-3.0: Free the memory in wma_rx_invalid_peer_ind

Free the memory in wma_rx_invalid_peer_ind in case the
indication is dropped.

Change-Id: I8e1d1fccd15e3af08b04d44670f31eb8f11fbe95
CRs-Fixed: 2550819
Tushnim Bhattacharyya 5 years ago
parent
commit
dd4e60dd31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/wma/src/wma_data.c

+ 1 - 0
core/wma/src/wma_data.c

@@ -3181,6 +3181,7 @@ uint8_t wma_rx_invalid_peer_ind(uint8_t vdev_id, void *wh)
 		wma_debug_rl("Ignore invalid peer indication as received more than once "
 			QDF_MAC_ADDR_STR,
 			QDF_MAC_ADDR_ARRAY(rx_inv_msg->ra));
+		qdf_mem_free(rx_inv_msg);
 	}
 
 	return 0;