Changeset a244877 for protocols/twitter/twitter.c
- Timestamp:
- 2016-04-17T09:32:27Z (9 years ago)
- Branches:
- master
- Children:
- 720f7a9
- Parents:
- 991c75f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r991c75f ra244877 687 687 } 688 688 689 g_slist_foreach(td->mutes_ids, (GFunc) g_free, NULL); 690 g_slist_free(td->mutes_ids); 691 692 g_slist_foreach(td->noretweets_ids, (GFunc) g_free, NULL); 693 g_slist_free(td->noretweets_ids); 694 689 695 http_close(td->stream); 690 696 twitter_filter_remove_all(ic);
Note: See TracChangeset
for help on using the changeset viewer.