Re: [Gambas-user] a possible bug-report

2016-11-03 Thread Benoît Minisini
Le 03/11/2016 à 08:42, Rolf-Werner Eilert a écrit : > > Am 31.10.2016 13:51, schrieb Moviga Technologies: >> Hi! >> >> There is a warning in the console in the Gambas IDE that says: >> gbx3: warning: 2 allocation(s) non freed. >> Not sure where that comes from, but as C++ needs to free up stuff, I

Re: [Gambas-user] a possible bug-report

2016-11-03 Thread Rolf-Werner Eilert
Am 31.10.2016 13:51, schrieb Moviga Technologies: > Hi! > > There is a warning in the console in the Gambas IDE that says: > gbx3: warning: 2 allocation(s) non freed. > Not sure where that comes from, but as C++ needs to free up stuff, I > suppose it has to do with the gb.sdl2 component? > > Just