Changeset 9076a1c for protocols/rpc/rpc.c
- Timestamp:
- 2015-07-27T23:48:04Z (9 years ago)
- Children:
- 10d089d
- Parents:
- 31e2b09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/rpc/rpc.c
r31e2b09 r9076a1c 409 409 json_array_append_integer(params, rc->id); 410 410 rpc_send(gc->ic, rpc); 411 412 struct rpc_connection *rd = gc->ic->proto_data; 413 g_hash_table_remove(rd->groupchats, &rc->id); 411 414 rpc_groupchat_free(gc); 412 415 } … … 438 441 } 439 442 443 /* When calling this, also make sure the element gets removes from 444 rpc_connection->groupchat. This function doesn't do that because it gets 445 called from within an iterator. */ 440 446 static void rpc_groupchat_free(struct groupchat *gc) { 441 447 g_free(gc->data);
Note: See TracChangeset
for help on using the changeset viewer.