pidgin/gtkutils.c

changeset 39919
1d0ce288ca30
parent 39913
ce96d4639dc7
child 39922
113b93e2bd2a
equal deleted inserted replaced
39918:1c8e11f9274f 39919:1d0ce288ca30
1277 1277
1278 } 1278 }
1279 1279
1280 1280
1281 /* If any of this is null, do nothing. */ 1281 /* If any of this is null, do nothing. */
1282 if (!name || !type || url) { 1282 if (!name || !type || !url) {
1283 g_free(type); 1283 g_free(type);
1284 g_free(name); 1284 g_free(name);
1285 g_free(url); 1285 g_free(url);
1286 1286
1287 return; 1287 return;

mercurial