| 27027:f3129efa65ea | 27028:1a2ef7ddb463 |
|---|---|
| 347 save_timer = 0; | 347 save_timer = 0; |
| 348 do_jabber_caps_store(NULL); | 348 do_jabber_caps_store(NULL); |
| 349 } | 349 } |
| 350 g_hash_table_destroy(capstable); | 350 g_hash_table_destroy(capstable); |
| 351 g_hash_table_destroy(nodetable); | 351 g_hash_table_destroy(nodetable); |
| 352 capstable = NULL; | 352 capstable = nodetable = NULL; |
| 353 } | 353 } |
| 354 | 354 |
| 355 typedef struct _jabber_caps_cbplususerdata { | 355 typedef struct _jabber_caps_cbplususerdata { |
| 356 guint ref; | 356 guint ref; |
| 357 | 357 |