Mercurial > pidgin.yaz
comparison src/plugin.c @ 10277:c9872abd9518
[gaim-migrate @ 11432]
non-unified-diff oopsie
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Mon, 29 Nov 2004 04:32:25 +0000 |
| parents | edf8c0a8e60b |
| children | f9ff0882e247 |
comparison
equal
deleted
inserted
replaced
| 10276:edf8c0a8e60b | 10277:c9872abd9518 |
|---|---|
| 487 | 487 |
| 488 void | 488 void |
| 489 gaim_plugin_destroy(GaimPlugin *plugin) | 489 gaim_plugin_destroy(GaimPlugin *plugin) |
| 490 { | 490 { |
| 491 #ifdef GAIM_PLUGINS | 491 #ifdef GAIM_PLUGINS |
| 492 if(plugin->path) | |
| 493 g_free(plugin->path); | |
| 494 g_return_if_fail(plugin != NULL); | 492 g_return_if_fail(plugin != NULL); |
| 495 | 493 |
| 496 if (gaim_plugin_is_loaded(plugin)) | 494 if (gaim_plugin_is_loaded(plugin)) |
| 497 gaim_plugin_unload(plugin); | 495 gaim_plugin_unload(plugin); |
| 498 | 496 |
