From: <dg...@su...> - 2009-01-20 12:40:05
|
Author: savago Date: Tue Jan 20 13:38:55 2009 New Revision: 5206 URL: http://www.opensync.org/changeset/5206 Log: Cannot free OSyncData buffer. Modified: plugins/google-calendar/src/gcalendar.c Modified: plugins/google-calendar/src/gcalendar.c ============================================================================== --- plugins/google-calendar/src/gcalendar.c Tue Jan 20 12:43:51 2009 (r5205) +++ plugins/google-calendar/src/gcalendar.c Tue Jan 20 13:38:55 2009 (r5206) @@ -593,7 +593,7 @@ } - free(osync_xml); + // free(osync_xml); osync_context_report_success(ctx); osync_trace(TRACE_EXIT, "%s", __func__); @@ -700,7 +700,7 @@ gcal_contact_delete(contact); } - free(osync_xml); + //free(osync_xml); osync_context_report_success(ctx); osync_trace(TRACE_EXIT, "%s", __func__); |