Changeset ce0b5da92eb3d06a34ce32b63421b605c8b19d2e
- Timestamp:
- 05/20/08 18:01:37
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211299297 +0300
- git-parent:
[be24a28f94929ecca09911d4659dec0484cc1de5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211298950 +0300
- Message:
Fix handle leak
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbe24a28 |
rce0b5da |
|
| 140 | 140 | { |
|---|
| 141 | 141 | msg_Warn( p_intf, "skipping too deep directory (%s)", psz_dir ); |
|---|
| | 142 | closedir( p_dir ); |
|---|
| 142 | 143 | return 0; |
|---|
| 143 | 144 | } |
|---|