memory leaks

2006-12-05 Thread Trigve Siver
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


 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: memory leaks

2006-12-05 Thread Paul Davis
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
 gtkmm-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtkmm-list



___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: memory leaks

2006-12-05 Thread Trigve Siver
Thanks for reply

I'm using this program:

#include gtkmm.h
int main(int argc, char *argv[])
{
Gtk::Main kit(argc, argv);
//Gtk::Window window;  // with or without = same behaviour
//   Gtk::Main::run(window);
return 0;
}

I'm using only _CrtSetDbgFlag() .

//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.

I was thinking that something like this coudl be doing it.

thanks

Trigve



- Original Message 
From: Paul Davis [EMAIL PROTECTED]
To: Trigve Siver [EMAIL PROTECTED]
Cc: gtkmm-list@gnome.org
Sent: Tuesday, December 5, 2006 5:16:44 PM
Subject: Re: memory leaks


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
 gtkmm-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtkmm-list





 

Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.___
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list