- Timestamp:
- 2015-02-22T22:44:40Z (10 years ago)
- Branches:
- master
- Children:
- 570f183
- Parents:
- 91f06e5
- git-author:
- dequis <dx@…> (22-02-15 22:04:08)
- git-committer:
- dequis <dx@…> (22-02-15 22:44:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
r91f06e5 r05816dd 776 776 } 777 777 778 child_list = g_slist_remove(child_list, c); 779 778 780 g_free(c->host); 779 781 g_free(c->nick); … … 781 783 g_free(c->password); 782 784 g_free(c); 783 784 child_list = g_slist_remove(child_list, c);785 785 786 786 /* Also, if any child has a reference to this one, remove it. */
Note: See TracChangeset
for help on using the changeset viewer.