Some cursor RAM not freed after device->drop [linux 64-bi

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Some cursor RAM not freed after device->drop [linux 64-bi

Post by hendu »

Greetings (first post!)

I ran valgrind on the first example (01 helloworld), and noticed there's about 30kb of cursor / cursor pixmap memory that is not freed after the device is dropped.

Irrlicht 1.7.2 on 64-bit linux.

Is this intentional?


Output:
http://pastebin.ca/2022769
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Certainly not intentional. But I can't reproduce it on my 32-bit Linux.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply