Changeset 0451476b86e83f9f6d5ce9392572426c51f9e205
- Timestamp:
- 05/05/08 11:33:21
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1209980001 +0200
- git-parent:
[29e6e23f4ac5cdec84f6e2b161c90f97129f6a76]
- git-author:
- Rafaël Carré <funman@videolan.org> 1209980001 +0200
- Message:
Do not leak the object name
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf0f97b4 |
r0451476 |
|
| 293 | 293 | { |
|---|
| 294 | 294 | module_t *p_module = vlc_submodule_create( pp_cache[i]->p_module ); |
|---|
| | 295 | free( p_module->psz_object_name ); |
|---|
| 295 | 296 | LOAD_STRING( p_module->psz_object_name ); |
|---|
| 296 | 297 | LOAD_STRING( p_module->psz_shortname ); |
|---|