pidgin/plugins/gevolution/add_buddy_dialog.c

changeset 30721
c2175573fa90
parent 30710
b3c55bf4a7c6
child 31321
1fef3832cfa2
equal deleted inserted replaced
30719:1136397be95f 30721:c2175573fa90
52 if (dialog->book != NULL) 52 if (dialog->book != NULL)
53 g_object_unref(dialog->book); 53 g_object_unref(dialog->book);
54 54
55 gevo_addrbooks_model_unref(dialog->addrbooks); 55 gevo_addrbooks_model_unref(dialog->addrbooks);
56 56
57 if (dialog->username != NULL) 57 g_free(dialog->username);
58 g_free(dialog->username);
59 58
60 g_free(dialog); 59 g_free(dialog);
61 60
62 return 0; 61 return 0;
63 } 62 }

mercurial