Re: Wombat Queue Destroy
Damian Maguire
Hey Sam, Personally I would be inclined towards the addition of wombatQueue_deallocate, and then having this called within the context of the existing wombatQueue_destroy. This would result in no change to behaviour for current client applications (destroy would free the memory as it currently does, so a separate call to deallocate would not be needed), but would allow applications to clean up memory where the allocate has succeeded but create has failed (as in your example). Thanks, Damian
On Tue, Oct 28, 2014 at 2:36 PM, Sam Wilson <Sam.Wilson@...> wrote:
|
|