]> git.sesse.net Git - vlc/commitdiff
* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Aug 2006 22:00:55 +0000 (22:00 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Aug 2006 22:00:55 +0000 (22:00 +0000)
src/stream_output/profiles.c

index 57295bf748a4cee90110625d998933784d9379fd..18c6a11963863fc038e46215a2caeabceb70f6e9 100644 (file)
@@ -394,8 +394,8 @@ void streaming_ProfilesList( vlc_object_t *p_this, int *pi_profiles,
 int streaming_ProfileParse( vlc_object_t *p_this,streaming_profile_t *p_profile,
                             const char *psz_profile )
 {
-    DECMALLOC_ERR( p_parser, profile_parser_t );
     module_t *p_module;
+    DECMALLOC_ERR( p_parser, profile_parser_t );
     assert( p_profile ); assert( psz_profile );
 
     p_parser->psz_profile = strdup( psz_profile );