- Timestamp:
- 2011-12-26T10:51:19Z (13 years ago)
- Branches:
- master
- Children:
- 199fea6
- Parents:
- 96f954d (diff), 644b808 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
r96f954d r5f40da7 442 442 { 443 443 irc_user_t *iu = data; 444 char *msg = g_string_free( iu->pastebuf, FALSE );444 char *msg; 445 445 GSList *l; 446 447 msg = g_string_free( iu->pastebuf, FALSE ); 448 iu->pastebuf = NULL; 449 iu->pastebuf_timer = 0; 446 450 447 451 for( l = irc_plugins; l; l = l->next ) … … 470 474 471 475 g_free( msg ); 472 iu->pastebuf = NULL;473 iu->pastebuf_timer = 0;474 476 475 477 return FALSE;
Note: See TracChangeset
for help on using the changeset viewer.