Changeset 2460

Show
Ignore:
Timestamp:
08/16/07 15:00:25 (1 year ago)
Author:
paule
Message:

Oops, fix memleak introduced in last commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/opie-sync/src/opie_format.c

    r2459 r2460  
    14131413                                out_xmlfield = osync_xmlfield_new(out_xmlformat, fieldname, error); 
    14141414                        osync_xmlfield_set_key_value(out_xmlfield, key, value); 
     1415                        xmlFree(value); 
    14151416                } 
    14161417