Mercurial > pidgin
comparison libpurple/cmds.c @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sat, 02 Jun 2012 02:30:49 +0000 |
| parents | 978a070e8724 |
| children |
comparison
equal
deleted
inserted
replaced
| 32818:01ff09d4a463 | 32819:2c6510167895 |
|---|---|
| 383 } | 383 } |
| 384 | 384 |
| 385 void purple_cmds_uninit(void) | 385 void purple_cmds_uninit(void) |
| 386 { | 386 { |
| 387 purple_signals_unregister_by_instance(purple_cmds_get_handle()); | 387 purple_signals_unregister_by_instance(purple_cmds_get_handle()); |
| 388 } | 388 |
| 389 | 389 while (cmds) { |
| 390 purple_cmd_free(cmds->data); | |
| 391 cmds = g_list_delete_link(cmds, cmds); | |
| 392 } | |
| 393 } | |
| 394 |
