On Sun, 06 Aug 2006 13:53:46 +0200
Iago Rubio <[EMAIL PROTECTED]> wrote:
> On Sun, 2006-08-06 at 11:37 +0200, gwenhael wrote:
> > On Sun, 06 Aug 2006 09:45:00 +0200
> > Iago Rubio <[EMAIL PROTECTED]> wrote:
> >
> > > On Fri, 2006-08-04 at 13:25 +0200,
On Sun, 06 Aug 2006 09:45:00 +0200
Iago Rubio <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-08-04 at 13:25 +0200, gwenj wrote:
> > Hello,
> > I use gtk+ for my soft's graphic interface.
> > But valgrind make an log file containing approximately 22700 lines for an
> > simple source code like :
> > #in
Hello,
I use gtk+ for my soft's graphic interface.
But valgrind make an log file containing approximately 22700 lines for an
simple source code like :
#include
int main(int argc, char **argv) {
gtk_init(&argc, &argv);
GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPLEVEL);