Re: how do I plug this glib main loop memory leak?
- From: Tristan Van Berkom <tristan van berkom gmail com>
- To: Sebastian Kuzminsky <seb highlab com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: how do I plug this glib main loop memory leak?
- Date: Tue, 25 Jul 2006 19:34:19 -0400
Sebastian Kuzminsky wrote:
[...]
The way I read this, g_main_loop_new() is allocating memory and not
freeing it, even though I quit the loop and unref it. Clue in a helpless
noob, what's going on here?
The way I'm reading that trace, the g_main_loop_new() function when called
the first time; ensures that glib has a default GMainContext, that
GMainContext
is used for every consecutive call to g_main_loop_new().
I dont think that the internal default context counts as a memory leak...
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]