Changeset 05725694
- Timestamp:
- Jul 12, 2011, 11:27:01 PM (12 years ago)
- Children:
- 117a955
- Parents:
- 24b2f18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aim.c
r24b2f18 r05725694 1891 1891 { 1892 1892 owl_aim_event_source *event_source = (owl_aim_event_source*)source; 1893 truncate_pollfd_list(event_source, 0); 1894 g_ptr_array_free(event_source->fds, TRUE); 1893 /* Don't remove the GPollFDs. We are being finalized, so they'll be removed 1894 * for us. Moreover, glib will fire asserts if g_source_remove_poll is called 1895 * on a source which has been destroyed (which occurs when g_source_remove is 1896 * called on it). */ 1897 owl_ptr_array_free(event_source->fds, g_free); 1895 1898 } 1896 1899
Note: See TracChangeset
for help on using the changeset viewer.