Trigve,

Which example is it?
What are you using to detect memory leaks?

Chances are, they aren't real memory leaks, they're just being
reported as such because memory isn't explicity deallocated at the end
of the program which can happen for a number of reasons.

Paul

On 12/5/06, Trigve Siver <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I don't know if this is the right mailing list but...I'm using gtkmm
> 2.10.5-1 on windows XP (installed from gtkmm-win32-devel-2.10.5-1.exe ) and
> when running the simple program from tutorial (only one Gtk::Window and then
> run)  I've got 18 memory leaks...I have tried the same program with GTK C
> API but it had no memory leaks...so I think that memory leaks are somwhere
> inside gtkmm...can be something done to get rid of thus leaks?
>
> thank
>
> Trigve
>  ________________________________
> Everyone is raving about the all-new Yahoo! Mail beta.
> _______________________________________________
> gtkmm-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
>
>
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to