| 32437:a1093fbc45d2 | 32438:dc8991868906 |
|---|---|
| 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 |