First Task - Memory Leak.

Everything about development and the OpenMW source code.
Post Reply
loic
Posts: 16
Joined: 07 May 2012, 10:41

First Task - Memory Leak.

Post by loic »

Hello,

Before I starting the second task,
I will terminate the first (about review code).

Like I said in my first post, in the file : physicssystem.cpp (for example)
We have in the Constructor : playerphysics = new playerMove;
so I think it create a new pointer, but it seem there are no delete
and never returned to another function ?
I just saw Pmove(playerphysics).

I saw this issue with Zini, and it seem, there is still some few memory leak.
If you are agree I will create an entry in issue tracker ?

Thank you

Loic
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: First Task - Memory Leak.

Post by Zini »

We already have an issue for this problem. No need to add another one.
loic
Posts: 16
Joined: 07 May 2012, 10:41

Re: First Task - Memory Leak.

Post by loic »

Ok thank you,

I will post at the end of this entry.
Post Reply