Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
c2969f9
for
help.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:
2015-10-08T04:58:59Z (
7 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
df215a3
Parents:
3cbf71d
git-author:
dequis <dx@…> (16-09-15 06:36:48)
git-committer:
dequis <dx@…> (08-10-15 04:58:59)
Message:
conf, help: Fix minor leaks in error conditions
From coverity.
File:
1 edited
help.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
help.c
r3cbf71d
rc2969f9
146
146
if (lseek(h->fd, h->offset.file_offset, SEEK_SET) == -1 ||
147
147
read(h->fd, s, h->length) != h->length) {
148
g_free(s);
148
149
return NULL;
149
150
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive