Changeset bc1649c4f3c0de31b016fcf6fac1a7b9ce78b73f

Show
Ignore:
Timestamp:
20/05/08 15:16:27 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1211289387 +0200
git-parent:

[cf9c7df72756886b02e6a6a0f657c68194dd4882]

git-author:
Rafaël Carré <funman@videolan.org> 1211284012 +0200
Message:

Remove not used allocation added in [bc650c59ca6d2edbf555dc0cec11091f274b42f5]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/stream_output/sdp.c

    rf0c83da rbc1649c  
    271271    strcpy (varname, cfgpref); 
    272272 
    273     session_descriptor_t *p_session = calloc (1, sizeof (*p_session)); 
    274     if (p_session == NULL) 
    275         return NULL; 
    276  
    277273    strcpy (subvar, "name"); 
    278274    char *name = var_GetNonEmptyString (obj, varname);