Changeset 3565

Show
Ignore:
Timestamp:
08/20/08 09:40:16 (3 months ago)
Author:
dgollub
Message:

Fix wrong free, which cause a double free - #806

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opensync/ipc/opensync_serializer.c

    r3537 r3565  
    11831183                osync_message_read_string(message, &reference); 
    11841184                osync_plugin_authentication_set_reference(*auth, reference); 
    1185                 g_free(password); 
     1185                g_free(reference); 
    11861186        } 
    11871187