From: <svn...@op...> - 2009-03-25 22:49:33
|
Author: dgollub Date: Wed Mar 25 23:49:27 2009 New Revision: 5318 URL: http://www.opensync.org/changeset/5318 Log: Free memory of the format plugin print function with osync_free() as defined by the API. refs #1028 Modified: osynctool/trunk/tools/osynctool.c Modified: osynctool/trunk/tools/osynctool.c ============================================================================== --- osynctool/trunk/tools/osynctool.c Wed Mar 25 23:48:38 2009 (r5317) +++ osynctool/trunk/tools/osynctool.c Wed Mar 25 23:49:27 2009 (r5318) @@ -484,7 +484,7 @@ osync_member_get_pluginname(member), osync_change_get_uid(change), printable); - g_free(printable); + osync_free(printable); } } |