Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 5f74987
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2011-06-11T16:09:50Z (
13 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
de923d5
Parents:
5983eca
Message:
Crash-bug (NULL-ptr deref) fix in channel part routine.
File:
1 edited
irc_im.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_im.c
r5983eca
r5f74987
908
908
/* Remove references in both directions now. We don't need each other anymore. */
909
909
ic->data = NULL;
910
c->ui_data = NULL;
910
if( c )
911
c->ui_data = NULL;
911
912
912
913
return TRUE;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive