From fdab5820e01dd69ca08eddfde2c5627bc7e71fc4 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 3 Apr 2006 05:08:53 +0000 Subject: [PATCH] 0.8.35 git-svn-id: http://ltt.polymtl.ca/svn@1747 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c | 2 +- ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index adf517ca..31c68909 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.35-29032006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.35-03042006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c index 08f6cc54..43b15af7 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c @@ -1110,7 +1110,7 @@ void drawing_destroy(Drawing_t *drawing) if(drawing->gc != NULL) gdk_gc_unref(drawing->gc); - g_free(drawing->pango_layout); + g_object_unref(drawing->pango_layout); if(drawing->dotted_gc != NULL) gdk_gc_unref(drawing->dotted_gc); if(drawing->ruler_gc_butt != NULL) gdk_gc_unref(drawing->ruler_gc_butt); if(drawing->ruler_gc_round != NULL) gdk_gc_unref(drawing->ruler_gc_round); diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am index fabc84a9..aa12d78d 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lttvwindow +SUBDIRS = lttvwindow pixmaps install-data-local: @$(NORMAL_INSTALL) -- 2.34.1