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
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
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