Changeset 664bac3
- Timestamp:
- 2015-01-16T19:50:25Z (10 years ago)
- Branches:
- master
- Children:
- eb4ad8d
- Parents:
- ecbd22a
- git-author:
- jgeboski <jgeboski@…> (16-01-15 19:50:25)
- git-committer:
- dequis <dx@…> (16-01-15 19:50:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
recbd22a r664bac3 911 911 c->ic->acc->prpl->chat_leave( c ); 912 912 913 /* Remove references in both directions now. We don't need each otheranymore. */913 /* Remove the reference. We don't need it anymore. */ 914 914 ic->data = NULL; 915 if( c )916 c->ui_data = NULL;917 915 918 916 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.