Changeset 375c32ffcacd8781b7c5329d4d7714d8c879625b

Show
Ignore:
Timestamp:
30/05/08 18:25:22 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1212164722 +0300
git-parent:

[7c2d9c9b74261d773cbce34e0243f28c99157f34]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1212164722 +0300
Message:

When checking for filters overflow, actually handle the error (CID 48)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/video_output/vout_subpictures.c

    r6da90a1 r375c32f  
    149149            module_Need( p_spu->pp_filter[p_spu->i_filter], 
    150150                         "sub filter", psz_name, true ); 
     151        free( psz_name ); 
     152 
    151153        if( p_spu->pp_filter[p_spu->i_filter]->p_module ) 
    152154        { 
     
    171173        { 
    172174            msg_Dbg( p_spu, "can't add anymore filters" ); 
    173         } 
    174  
    175         free( psz_name ); 
     175            break; 
     176        } 
     177 
    176178    } 
    177179    free( val.psz_string );