DDS Release Warning

2 posts / 0 new
Last post
Offline
Last seen: 1 week 1 hour ago
Joined: 01/13/2016
Posts: 58
DDS Release Warning

Hi everyone,

       I write a program, when it run over, dds shows that
       [D0108|DELETE_CONTAINED]RTIOsapiHeap_freeBufferAligned:inconsistent free/alloc:block id 0x4e8d360 being freed with "RTIOsapiHeap_freeBufferAligned" and was allocated with "RTIOsapiHeap_unknownFunction"

      what's the problem about?

Fernando Garcia's picture
Offline
Last seen: 4 months 3 weeks ago
Joined: 05/18/2011
Posts: 199

Hi,

Can you share the code that is causing that? It looks like something is deleting a buffer being with a method that is incompatible with the method that was used to allocate it. Something similar to what happens when you call free() on an object allocated with new().

Thanks,
Fernando.