Mercurial > pidgin.yaz
comparison src/plugin.c @ 12117:cb77957d644c
[gaim-migrate @ 14417]
changelogify the awesome queueing system from Casey Harkins, add my own touch of awesomeness to it, and commit a patch I found somewhere earlier today to fix crashing on NetBSD. It might have been in the tracker, I'll have to hunt for it
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Wed, 16 Nov 2005 22:33:15 +0000 |
| parents | 5a08737f76c6 |
| children | 720fb68418d8 |
comparison
equal
deleted
inserted
replaced
| 12116:e75ef7aa913e | 12117:cb77957d644c |
|---|---|
| 465 gaim_account_user_split_destroy(l->data); | 465 gaim_account_user_split_destroy(l->data); |
| 466 | 466 |
| 467 for (l = prpl_info->protocol_options; l != NULL; l = l->next) | 467 for (l = prpl_info->protocol_options; l != NULL; l = l->next) |
| 468 gaim_account_option_destroy(l->data); | 468 gaim_account_option_destroy(l->data); |
| 469 | 469 |
| 470 if (prpl_info->user_splits != NULL) | 470 if (prpl_info->user_splits != NULL) { |
| 471 g_list_free(prpl_info->user_splits); | 471 g_list_free(prpl_info->user_splits); |
| 472 | 472 prpl_info->user_splits = NULL; |
| 473 if (prpl_info->protocol_options != NULL) | 473 } |
| 474 | |
| 475 if (prpl_info->protocol_options != NULL) { | |
| 474 g_list_free(prpl_info->protocol_options); | 476 g_list_free(prpl_info->protocol_options); |
| 477 prpl_info->protocol_options = NULL; | |
| 478 } | |
| 475 } | 479 } |
| 476 } | 480 } |
| 477 else { | 481 else { |
| 478 GaimPlugin *loader; | 482 GaimPlugin *loader; |
| 479 GaimPluginLoaderInfo *loader_info; | 483 GaimPluginLoaderInfo *loader_info; |
