G-P Patches
- From: JP Rosevear <jpr ximian com>
- To: Eskil Olsen <eskil eskil dk>
- Cc: gnome-pilot-list gnome org
- Subject: G-P Patches
- Date: 26 Oct 2001 11:03:49 -0400
Just a couple of smallish fixes. Ok to commit?
-JP
--
--
=======================================================================
JP Rosevear jpr ximian com
Ximian Inc. http://www.ximian.com
Index: gpilotd/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-pilot/gpilotd/Makefile.am,v
retrieving revision 1.75
diff -u -r1.75 Makefile.am
--- gpilotd/Makefile.am 2001/10/14 02:26:16 1.75
+++ gpilotd/Makefile.am 2001/10/26 15:00:18
@@ -88,9 +88,10 @@
$(CORBA_SRCLIST): $(idl_files)
$(ORBIT_IDL) $(idl_files)
-BUILT_SOURCES = $(CORBA_SRCLIST)
+BUILT_SOURCES = $(CORBA_SRCLIST) $(GOB_BUILT_SRCS)
-CLEANFILES += $(CORBA_SRCLIST) $(GOB_BUILT_SRCS)
+CLEANFILES += $(CORBA_SRCLIST)
+MAINTAINERCLEANFILES += $(GOB_BUILT_SRCS)
## LIBGPILOTD
? g-p-leak.patch
? applet/gpilot-applet-progress.c
? applet/gpilot-applet-progress.h
? applet/gpilot-applet-progress-private.h
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-pilot/ChangeLog,v
retrieving revision 1.189
diff -u -r1.189 ChangeLog
--- ChangeLog 2001/10/23 11:36:41 1.189
+++ ChangeLog 2001/10/26 14:58:44
@@ -1,3 +1,9 @@
+2001-10-26 JP Rosevear <jpr ximian com>
+
+ * gnome-pilot-conduit-sync-abs.c
+ (gnome_pilot_conduit_sync_abs_compare): plug leak
+ (gnome_pilot_conduit_sync_abs_prepare): ditto
+
2001-10-23 Jakub Steiner <jimmac ximian com>
* capplet/gnome-palm-conduit.png:
Index: gpilotd/gnome-pilot-conduit-sync-abs.c
===================================================================
RCS file: /cvs/gnome/gnome-pilot/gpilotd/gnome-pilot-conduit-sync-abs.c,v
retrieving revision 1.14
diff -u -r1.14 gnome-pilot-conduit-sync-abs.c
--- gpilotd/gnome-pilot-conduit-sync-abs.c 2001/09/10 03:08:18 1.14
+++ gpilotd/gnome-pilot-conduit-sync-abs.c 2001/10/26 14:58:44
@@ -827,6 +827,8 @@
pilot_conduit_sync_abs_signals [COMPARE],
gdr, gpr, &retval);
+ g_free (gpr);
+
return retval;
}
@@ -970,7 +972,8 @@
gdr, gpr, &retval);
*pr = sync_abs_gpr_to_pr (gpr);
-
+ g_free (gpr);
+
return retval;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]