Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 713ea96a in mainline
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-09-08T21:08:20Z (
14 years
ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
8fb1103e
Parents:
9ea7d90
Message:
Add missing closedir().
File:
1 edited
uspace/app/bdsh/cmds/modules/rm/rm.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
uspace/app/bdsh/cmds/modules/rm/rm.c
¶
r9ea7d90
r713ea96a
95
95
if (NULL != rm->cwd)
96
96
free(rm->cwd);
97
98
return;
99
97
}
100
98
…
…
129
127
}
130
128
}
129
130
closedir(dirp);
131
131
132
132
return ret;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive