git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a2d3b29
)
vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 19 Aug 2007 21:20:47 +0000
(21:20 +0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 19 Aug 2007 21:20:47 +0000
(21:20 +0000)
include/vlc_arrays.h
patch
|
blob
|
history
diff --git
a/include/vlc_arrays.h
b/include/vlc_arrays.h
index
e001d4e
..
f4f9dee
100644
(file)
--- a/
include/vlc_arrays.h
+++ b/
include/vlc_arrays.h
@@
-503,6
+503,7
@@
vlc_dictionary_remove_value_for_key( const vlc_dictionary_t * p_dict, const char
free( p_entry->psz_key );
free( p_entry );
p_dict->p_entries[i_pos] = NULL;
+ return;
}
/* Hash collision */