Changeset 10c49c60b243b256fca7e85680e8ce1fe9640242
- Timestamp:
- 18/08/07 06:22:24
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187410944 +0000
- git-parent:
[9998c1ec1c162bece8b094d04e9e9ee7bed3fd01]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187410944 +0000
- Message:
playlist/sort.c: Fix funman's commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r38dbd37 |
r10c49c6 |
|
| 136 | 136 | i_test = strcmp( psz_b, psz_a ); \ |
|---|
| 137 | 137 | } \ |
|---|
| | 138 | free( psz_a ); \ |
|---|
| | 139 | free( psz_b ); \ |
|---|
| 138 | 140 | } |
|---|
| 139 | 141 | |
|---|
| … | … | |
| 199 | 201 | pp_items[i_small] = p_temp; |
|---|
| 200 | 202 | } |
|---|
| 201 | | free( psz_a ); |
|---|
| 202 | | free( psz_b ); |
|---|
| 203 | 203 | return VLC_SUCCESS; |
|---|
| 204 | 204 | } |
|---|