[vlc-devel] commit: access_filter: memory leak ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jul 22 09:28:39 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Jul 22 10:30:54 2008 +0300| [8d4a329306a54407904ac4fa5a5bc5858df555a7]

access_filter: memory leak

Pointed-out-by: Rémi Duraffort

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d4a329306a54407904ac4fa5a5bc5858df555a7
---

 src/input/access.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/access.c b/src/input/access.c
index 6b6f0f0..48bd44e 100644
--- a/src/input/access.c
+++ b/src/input/access.c
@@ -48,7 +48,6 @@ static access_t *access_InternalNew( vlc_object_t *p_obj, const char *psz_access
     if( p_source )
     {
         msg_Dbg( p_obj, "creating access filter '%s'", psz_access );
-        p_access->psz_access = strdup( p_source->psz_access );
     }
     else
     {




More information about the vlc-devel mailing list