[vlc-devel] Am i going mad??
Nikos Antonopoulos
nantonop at orbitech.gr
Fri Apr 20 10:21:47 CEST 2007
hi...
I've been looking for memory issues in vlc and i came across this nice
bit in variables.c (/src/misc - vlc 0.8.5)
Can anyone please let me know what this is supposed to do?
static void DupString( vlc_value_t *p_val ) { p_val->psz_string =
strdup( p_val->psz_string ); }
surely this is nothing but a small memleak... or is it???
b.rgds
Nik
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list