Re: memory leaks around Application::PostUserEvent

2016-03-14 Thread Markus Mohrhard
Hey, On Mon, Mar 14, 2016 at 1:01 PM, Caolán McNamara wrote: > On Sat, 2016-03-12 at 17:28 +0100, Markus Mohrhard wrote: > > Hey, > > > > so while looking through the calc memory leaks I have many leaks > > related to the return object of Application::PostUserEvent. The > > returned value is cre

Re: memory leaks around Application::PostUserEvent

2016-03-14 Thread Caolán McNamara
On Sat, 2016-03-12 at 17:28 +0100, Markus Mohrhard wrote: > Hey, > > so while looking through the calc memory leaks I have many leaks > related to the return object of Application::PostUserEvent. The > returned value is created with new but I see no clear ownership for > the returned value. > > D

memory leaks around Application::PostUserEvent

2016-03-12 Thread Markus Mohrhard
Hey, so while looking through the calc memory leaks I have many leaks related to the return object of Application::PostUserEvent. The returned value is created with new but I see no clear ownership for the returned value. Does anyone known who should actually own that object? It seems to be passe