Changeset 05816dd for protocols/yahoo
- 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
-
protocols/yahoo/yahoo.c
r91f06e5 r05816dd 733 733 inp = l->data; 734 734 if (inp->h == tag) { 735 byahoo_inputs = g_slist_remove(byahoo_inputs, inp); 735 736 g_free(inp->d); 736 737 g_free(inp); 737 byahoo_inputs = g_slist_remove(byahoo_inputs, inp);738 738 break; 739 739 }
Note: See TracChangeset
for help on using the changeset viewer.