Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
dd89a55
for
set.c
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:
2006-05-15T17:57:12Z (
17 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
10a0abf
Parents:
764b0aba
Message:
Fixed various memory leaks/other possible problems after code review.
File:
1 edited
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
r764b0aba
rdd89a55
150
150
if( s )
151
151
{
152
t->next = s->next;
152
if( t )
153
t->next = s->next;
154
else
155
irc->set = s->next;
156
153
157
g_free( s->key );
154
158
if( s->value ) g_free( s->value );
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive