aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-24 02:34:42 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-24 02:34:42 +0800
commit713e609ecb0df1373edbca1f1a05dd838416599a (patch)
treef8ebdb7913a22c0a02b7ea394c24ca6818802989 /addressbook/gui
parent54b0b2121cb06e2cd0483a7adf8c4aac86308daf (diff)
downloadgsoc2013-evolution-713e609ecb0df1373edbca1f1a05dd838416599a.tar.gz
gsoc2013-evolution-713e609ecb0df1373edbca1f1a05dd838416599a.tar.zst
gsoc2013-evolution-713e609ecb0df1373edbca1f1a05dd838416599a.zip
Fixed some memory leaks.
2000-05-23 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-save-as.c: Fixed some memory leaks. svn path=/trunk/; revision=3183
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/e-contact-save-as.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-save-as.c b/addressbook/gui/contact-editor/e-contact-save-as.c
index a8ce68a084..51cb2619e7 100644
--- a/addressbook/gui/contact-editor/e-contact-save-as.c
+++ b/addressbook/gui/contact-editor/e-contact-save-as.c
@@ -38,6 +38,7 @@ save_it(GtkWidget *widget, SaveAsInfo *info)
g_free(vcard);
gtk_object_unref(GTK_OBJECT(info->card));
gtk_widget_destroy(GTK_WIDGET(info->filesel));
+ g_free(info);
}
static void
@@ -45,12 +46,14 @@ close_it(GtkWidget *widget, SaveAsInfo *info)
{
gtk_object_unref(GTK_OBJECT(info->card));
gtk_widget_destroy(GTK_WIDGET(info->filesel));
+ g_free(info);
}
static void
delete_it(GtkWidget *widget, SaveAsInfo *info)
{
gtk_object_unref(GTK_OBJECT(info->card));
+ g_free(info);
}
void
dabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19&id=0bf5cf28845a32e4c5eae4cf5434b71efb01151b'>x11-toolkits/wxgtk30: Add NOTIFY optiontobik2019-01-281-9/+14 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1 * Change x11/xorgproto to become a build depzeising2018-09-121-1/+1 * x11-toolkits/wxgtk30 and x11-toolkits/wxgtk31: Fix the problem that TLS is br...yuri2018-08-201-1/+6 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1 * x11-toolkits/wxgtk30: update to 3.0.4swills2018-07-053-20/+20 * Don't use DISTNAME when using USE_GITHUB.mat2018-05-032-4/+3 * x11-toolkits/wxgtk30: update to 3.0.3.1jbeich2018-05-034-40/+43 * - Add LICENSEamdmi32017-12-021-5/+5 * Remove USES=execinfo.mat2017-09-221-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1 * Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-131-1/+1 * During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30dim2016-05-241-0/+10 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-5/+5 * - Fix a typo made in r356451 as part of conversion to option helpers:danfe2016-01-271-5/+6 * - Make dependency on `www/webkit-gtk2' optional: there's a configure switchdanfe2015-09-202-21/+23 * Convert to USES=jpegantoine2015-06-231-2/+1 * x11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFlymarino2015-04-073-10/+57 * - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-281-26/+0 * - Fix library on < 10.x after webkit-gtk2 updateamdmi32015-01-241-3/+10 * Bump portrevision after png updatebapt2014-12-261-1/+1 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * - Assign maintainergahr2014-12-111-1/+1 * - Reset maintainership of my portsgahr2014-12-111-1/+1 * - Update to 3.0.2gahr2014-10-073-20/+21 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * - Drop .la files for archivers/libmspack, no dependees require themamdmi32014-07-291-0/+1 * - Update to 3.0.1gahr2014-07-213-20/+26 * Support LIBS like LDFLAGS.tijl2014-06-111-2/+2 * Activate compatibility with wxGTK 2.6 APIbapt2014-06-041-25/+12