evolution-data-server r9332 - trunk/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9332 - trunk/camel
- Date: Tue, 12 Aug 2008 16:59:17 +0000 (UTC)
Author: sragavan
Date: Tue Aug 12 16:59:17 2008
New Revision: 9332
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9332&view=rev
Log:
2008-08-12 Srinivasa Ragavan <sragavan novell com>
* camel/camel-search-sql.c: Fix invalid reads, by not double freeing.
Modified:
trunk/camel/ChangeLog
trunk/camel/camel-search-sql.c
Modified: trunk/camel/camel-search-sql.c
==============================================================================
--- trunk/camel/camel-search-sql.c (original)
+++ trunk/camel/camel-search-sql.c Tue Aug 12 16:59:17 2008
@@ -681,7 +681,6 @@
operators = g_list_delete_link (operators, operators);
all = g_list_delete_link (all, all);
if (dbl && operators) {
- free_node(opnode); free_node(opnode);
operators = g_list_delete_link (operators, operators);
all = g_list_delete_link (all, all);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]