aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/exchange-operations/ChangeLog8
-rw-r--r--plugins/exchange-operations/exchange-calendar.c2
-rw-r--r--plugins/exchange-operations/exchange-contacts.c2
3 files changed, 12 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index d11a9acf7b..f711b9363c 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-25 Sushma Rai <rsushma@novell.com>
+
+ * exchange-contacts.c (e_exchange_contacts_get_contacts): Freeing
+ folder array.
+
+ * exchange-calendar.c (e_exchange_calendar_get_calendars): Similar.
+ See #329251.
+
2006-02-18 Irene Huang <Irene.Huang@sun.com>
Fixes bug #331635
diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c
index f0ebfb80e9..e316dc2421 100644
--- a/plugins/exchange-operations/exchange-calendar.c
+++ b/plugins/exchange-operations/exchange-calendar.c
@@ -105,6 +105,8 @@ e_exchange_calendar_get_calendars (ECalSourceType ftype)
}
}
+ if (folder_array)
+ g_ptr_array_free (folder_array, TRUE);
g_free (uri_prefix);
g_free (tstring);
return calendar_list;
diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c
index 298445e7cf..67c1d07476 100644
--- a/plugins/exchange-operations/exchange-contacts.c
+++ b/plugins/exchange-operations/exchange-contacts.c
@@ -91,6 +91,8 @@ e_exchange_contacts_get_contacts (void)
}
g_free (uri_prefix);
+ if (folder_array)
+ g_ptr_array_free (folder_array, TRUE);
return contacts_list;
}
cgit.cgi/freebsd-ports-gnome/commit/deskutils?h=gstreamer0.10-removal&id=b6542183a330a750618fb67eef21be61ab5259f8'>Clean up the Python lib and sitelib directories if they are empty. O themarcus2005-02-152-0/+4 * update to 0.7.2daichi2005-02-143-54/+3 * Fix MASTER_SITE.tobez2005-02-141-1/+1 * Upgrade to 2.0.2.thierry2005-02-129-9/+21 * Update to 0.3.5vs2005-02-098-20/+32 * - Update to 0.11.0pav2005-02-094-26/+25 * Update to version 1.4markus2005-02-073-16/+3 * Lower-case the group name, not the entire image file name. This makesdes2005-02-062-1/+16 * Remove an extraneous (and incorrect) @dirrm.des2005-02-061-1/+0 * Add py-dosage, an application to keep a local mirror of web comics.pav2005-02-065-0/+386 * - Update to 0.5.1pav2005-02-063-5/+11 * Update to verison 6.6.2edwin2005-02-022-3/+3 * Update to 0.4vs2005-02-014-17/+26 * I have forgotten to add patch file.daichi2005-02-011-0/+50 * fixed for build on 4-stabledaichi2005-02-011-0/+2 * Update to version 0.3.4.1krion2005-02-018-100/+202 * Update to 2.2.1kwm2005-01-3120-42/+1672 * 1) Add USE_PHP with required php extensionslioux2005-01-301-3/+14 * Update to 1.6.0vs2005-01-297-67/+124 * - Update to 0.6pav2005-01-2813-514/+83 * update xfce4-calendar to 4.2.0oliver2005-01-283-12/+28 * - bring xfce4 to 4.2oliver2005-01-277-17/+12 * Update to version 6.6.1edwin2005-01-262-3/+3 * Update to 2.0.1 and fix pkg-message.thierry2005-01-269-12/+12 * Fix plists.lofi2005-01-262-0/+6 * - Update to 0.9.7pav2005-01-253-4/+4 * A new port for the PHP based groupware application.pav2005-01-254-0/+49 * Upgrade to version 0.9.16.005, add USE_PHP/WANT_PHP_MOD.olgeni2005-01-233-7/+11 * - Update to 2.0.2ahze2005-01-233-6/+5 * - Transfer MAINTAINER to jylefort@brutele.beahze2005-01-211-1/+9 * Update to version 6.6edwin2005-01-193-3/+60 * Set USE_XLIB for libXext. This just fixes the cluster-build, but not thevs2005-01-191-0/+1 * - Update to 0.31.2ahze2005-01-193-5/+11 * Add new port timer-appletahze2005-01-195-0/+43 * - Update to 0.3ahze2005-01-183-15/+7 * Don't let RUN_DEPENDS rely on a fixed HORDEDIR.thierry2005-01-169-9/+9 * upgrade to 6.5.4edwin2005-01-162-4/+4 * - use DATADIRdinoex2005-01-151-143/+143 * [maintainer update] 16 ports: add mirror MASTER_SITESedwin2005-01-131-1/+2 * Update to 0.8.adamw2005-01-136-14/+24 * Add more MASTER_SITES for redundancy.krion2005-01-122-4/+6 * Update to 0.10.2lofi2005-01-112-4/+4 * - Update to 1.5.0sem2005-01-112-4/+4 * Fix build on amd64 by using -fPIC to build the applet.arved2005-01-101-0/+4 * update to 0.7.1daichi2005-01-104-2857/+5 * Upgrade to 1.2.1.kuriyama2005-01-092-3/+3 * update to mhc-current-snap20041220yoichi2005-01-084-7/+6 * fix plistyoichi2005-01-081-0/+1 * Upgrade to 2.0.1.thierry2005-01-089-9/+12 * Remove a patch that I have missed in the previous commit to fix the build.mezz2005-01-021-38/+0 * Update to 0.5.1lofi2004-12-313-9/+7 * Update to 0.0.6.mezz2004-12-314-6/+8 * Update to version 0.7.2krion2004-12-306-17/+101 * - Update to 0.2.2pav2004-12-294-13/+28 * Upgrade to 2.0.thierry2004-12-2624-624/+774 * Upgrade to 2.0.thierry2004-12-2621-585/+489 * Upgrade to 2.0.thierry2004-12-2615-486/+357 * Update to version 6.5.3edwin2004-12-242-4/+3 * Chase dependency on databases/sqlite2, andnork2004-12-231-2/+2 * - Unbreak; remove BROKEN and DEPRECATED marksdanfe2004-12-232-5/+21 * Clean up SQLite and related ports.nork2004-12-231-2/+2 * Fix plist.lofi2004-12-222-0/+8 * zip file re-rolled:edwin2004-12-222-2/+3 * [ patch ] fix logjam + gtkhtml3 problemedwin2004-12-221-1/+5 * Fix plist.krion2004-12-211-0/+1 * Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-216-61/+9 * Fix plist, remove mime directory if empty.kwm2004-12-212-2/+4 * New port: sysutils/planedwin2004-12-197-0/+374 * This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-193-0/+6 * Clean up handling of locale directories at deinstall-time:kris2004-12-164-0/+22 * Add etask, an emacs mode to handle projects/todos/events.clive2004-12-155-0/+96 * Update to version 0.3.1krion2004-12-156-6/+22 * Update to KDE 3.3.2lofi2004-12-1417-196/+26 * unbreak by fixing plist problemijliao2004-12-131-3/+1 * - Fix pkg-plist by using gnomehack [1]ahze2004-12-132-3/+3 * - Update to 3.5.1sem2004-12-133-26/+5 * Fix BUILD_DEPENDS.thierry2004-12-131-1/+1 * Unset maintainership on ports. Multiple maintainerjosef2004-12-121-1/+1 * - Update to 0.7.3sem2004-12-113-4/+7 * BROKEN: Incomplete pkg-plistkris2004-12-111-0/+2 * It seems Kris marked as broken based on previous version (1.0.00.005).kuriyama2004-12-101-4/+0 * - fix a coredump;thierry2004-12-092-4/+13 * PyQt doesn't like python 2.4, restrict it and ports depending on it tolofi2004-12-081-1/+1 * Chase project site and author's email addressmarkus2004-12-081-2/+2 * Bump PORTREVISION to chase the gtkhtml3 shared library version.marcus2004-12-082-0/+2 * Update to 0.2.1vs2004-12-064-41/+18 * Add the patch back. The mime-path fix is in the MarcusCom repo,adamw2004-12-061-0/+25 * Remove patch superseded by mime-path additions to gnomehack.adamw2004-12-061-25/+0 * Fix typo ("account").olgeni2004-12-051-1/+1 * Update to version 1.2.3.kwm2004-12-053-6/+5 * Fix pkg-descr so it's a little easier to understandahze2004-12-051-8/+5 * Add nautilus-sendtoahze2004-12-055-0/+59 * BROKEN: Does not compilekris2004-12-041-6/+2 * Add gnochm, a CHM file viewer. It is designed to integrate nicely with Gnome. Itpav2004-12-026-0/+100 * Add freemind 0.7.1, free mind-mapping software written in Java.thierry2004-11-295-0/+93 * Update to version 0.3.0krion2004-11-276-50/+32 * mCatalog is a film and book catalog. It's completely written it C#, andmezz2004-11-268-0/+148 * Update to 0.2.0vs2004-11-254-67/+35 * Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2 * Use new GCONF_SCHEMAS.mezz2004-11-248-12/+8 * Update to 1.10.1vs2004-11-243-5/+6 * Change the not yet changed maintainer fields to my FreeBSD.org account.kwm2004-11-231-1/+1 * - Don't install includes, fix location of menu item and reword menu itempav2004-11-235-14/+41 * - Unbreak on 4.xpav2004-11-234-3/+440 * Use new INSTALLS_OMF.mezz2004-11-2314-116/+7 * Add gruler, a tool that helps measure dimension of the on-screen objects, onemarcus2004-11-238-0/+92 * Add patch file for bugfix and.daichi2004-11-222-1/+2853 * Update to version 0.35markus2004-11-204-5/+400 * BROKEN on 6.x: Broken pkg-plistkris2004-11-191-1/+7 * Update to version 1.0.13krion2004-11-195-23/+23 * Update to version 0.2.9krion2004-11-196-38/+128 * - Update to 0.31.1pav2004-11-1510-157/+319 * - Change dependency lines for gdesklets port, gdesklets-core.pc is goingpav2004-11-1512-12/+12 * Link in libbluetooth when appropriate.lofi2004-11-133-6/+18 * - Update to 0.4.5pav2004-11-132-3/+3 * Remove conditional runtime dependency on the gtar port, it's availablelofi2004-11-121-2/+0 * More pthread-check fixes.lofi2004-11-122-1/+6 * - Mark IGNORE: this plugin does not work with new Evolution 2pav2004-11-111-0/+2 * More pthread-check fixes.lofi2004-11-101-2/+2 * More pthread-check fixes.lofi2004-11-101-0/+3 * Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasmezz2004-11-102-0/+2 * Fix korganizer crashbug on amd64.lofi2004-11-106-0/+36 * Upgrade to 1.0.0.006.kuriyama2004-11-093-7/+192 * - replace gtk-config with ${GTK_CONFIG} and gdk-pixbuf-configpav2004-11-091-0/+11 * - Update to 0.4.4pav2004-11-092-3/+3 * Update to KDE 3.3.1lofi2004-11-0811-9/+165 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-0847-24/+47 * Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-088-44/+48 * - update for gnustep-make 1.10.0dinoex2004-11-082-561/+560 * Add knob for a patch, which customizes a "journal link" dialog. It allows to usepav2004-11-072-0/+8 * Add hot-babe, a small graphical utility which displays the system activity in apav2004-11-077-0/+123 * - Update to 0.10.1pav2004-11-022-3/+3 * Remove forgotten patch sequence from do-build:ahze2004-11-011-2/+0 * Update to 1.2.2.kwm2004-10-312-3/+3 * update to 0.31ahze2004-10-314-26/+3 * Change email to new FreeBSD.org addressahze2004-10-301-1/+1 * Consume tcl/tk 8.4.obrien2004-10-299-13/+273 * - Update to 0.10.0pav2004-10-295-16/+19 * Fix RUN_DEPENDS. No PORTREVISION bump since this bug existed for onlydanfe2004-10-271-1/+1 * Add ljit, a GUI tool to help LiveJournal users post images.danfe2004-10-278-0/+122 * - Update to 0.9.6pav2004-10-263-3/+5 * Update to 1.4.2.adamw2004-10-223-3/+9 * Add deskutils/vym 1.5.0.tobez2004-10-2210-0/+181 * Drop the maintainership, I have not follow up with gDesklets for the months andmezz2004-10-212-2/+2 * Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-161-1/+1 * Simplify WWW link.adamw2004-10-151-1/+1 * Update to 1.2.1.kwm2004-10-133-4/+26 * - Upgrade to 1.0.00.005-1.kuriyama2004-10-132-8/+11 * - Fix loading of pluginspav2004-10-122-2/+11 * Don't depend on gnupg/gnupg-devel, just specify default paths.lofi2004-09-243-6/+6 * BROKEN on 5.x: Does not compilekris2004-09-191-1/+7 * Oops, it looks like it might have been fixed 2 days ago. Revert previous.kris2004-09-191-2/+0 * BROKEN: Configure failskris2004-09-191-0/+2 * Add gtksourceview to USE_GNOME to fix the build.kwm2004-09-162-1/+4 * Upgrade to version 0.9.16.003 (fix vulnerability: 64726098-00aa-11d9-81b0-000...olgeni2004-09-09