]> git.sesse.net Git - vlc/commit
Redefine vlc_dictionary_clear() and vlc_dictionary_remove_value_for_key() Allow passi...
authorAdrien Maglo <magsoft@videolan.org>
Tue, 30 Sep 2008 07:10:25 +0000 (09:10 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 5 Oct 2008 19:44:46 +0000 (21:44 +0200)
commit639eb0c5ab082e14c1fc9c32967b6d338032c2c9
tree90761f795d2db87292f90f55a568bcb47066b3c8
parentb9dc29f14cd4fb7898e8ee29de1707722523f63c
Redefine vlc_dictionary_clear() and vlc_dictionary_remove_value_for_key() Allow passing a pointer to a function and an opaque pointer in order to free the memory if the values of the dictionary contain allocated memory.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
include/vlc_arrays.h
include/vlc_meta.h
modules/services_discovery/bonjour.c
src/control/media_discoverer.c
src/misc/messages.c
src/test/dictionary.c