comparison src/pluginpref.c @ 8757:ffb333368cdc

[gaim-migrate @ 9512] Vanquish some compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 22 Apr 2004 05:41:30 +0000
parents 6c0fae7a4f1a
children 1ae82c0c24ee
comparison
equal deleted inserted replaced
8756:67f733c1cff8 8757:ffb333368cdc
137 return pref; 137 return pref;
138 } 138 }
139 139
140 void 140 void
141 gaim_plugin_pref_destroy(GaimPluginPref *pref) { 141 gaim_plugin_pref_destroy(GaimPluginPref *pref) {
142 GList *l, *ll;
143
144 g_return_if_fail(pref); 142 g_return_if_fail(pref);
145 143
146 if(pref->name) { 144 if(pref->name) {
147 g_free(pref->name); 145 g_free(pref->name);
148 pref->name = NULL; 146 pref->name = NULL;