I'm coding to test the GATT_Notification function according to below example. But found that the example didn't release the allocated memory after GATT_Notification is successfully executed. But when I wrote a test code to notify automatically every 100ms, and found that no error occurs, and the heap is still having enough space. So the question is, can I see the allocated memory will be released automatically and no need to release manually?
So I'm guessing the GATT_Notification function could release the memory automatically. But I've not found any reference since TI's GATT manual didn't say a thing about it.
This is really an old chip, so many thanks that if anyone could help me to clarify it.

