]> Git Repo - esp-hosted.git/commit
fix/memory_leak Fixed memory leak in queue
authorSoh Kam Yung <[email protected]>
Fri, 5 Apr 2024 02:28:26 +0000 (10:28 +0800)
committerSoh Kam Yung <[email protected]>
Fri, 5 Apr 2024 02:28:26 +0000 (10:28 +0800)
commit1465591b3b021bda17020ec970f1584748c7058b
treedebebd67ca7ff9eca7b167624d2e384775a5c7b0
parent0632fe48c30614bbac0c8cabfa3443d7ad39d251
fix/memory_leak Fixed memory leak in queue

esp_queue_destroy() did not free the contents of the node before freeing
the node.
esp_hosted_fg/host/components/src/esp_queue.c
This page took 0.029908 seconds and 5 git commands to generate.