Hi TI,
In app_fd_exchange demo, once the object exchange is complete, then both consumer and producer 's objects pointing to the same memory.
But when they both deinit, producer use App_Common_DeAllocImageObjects to free producer's object, consumer use App_Common_DeAllocImageObjects to free consumer's object. Two object pointing to one memory. So do I have any misunderstanding? Because in my view, one memory cannot be free twice.
Regards,