Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 0182773
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:
2009-07-20T13:42:11Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4fefb77
Parents:
2ea8736
Message:
Fixed fd leak in ini.c. How could I miss this one.. :-(
File:
1 edited
lib/ini.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
lib/ini.c
r2ea8736
r0182773
43
43
ini->cur = ini->file;
44
44
ini->c_section = "";
45
46
close( fd );
47
45
48
return ini;
46
49
}
47
48
g_free( ini );
50
49
51
if( fd >= 0 )
50
52
close( fd );
53
54
ini_close( ini );
51
55
52
56
return NULL;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive