Browse Source

ffserver: avoid leaking pathname at exit

Fixes Coverity CID 1325681

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
tags/n3.0
Reynaldo H. Verdejo Pinochet 10 years ago
parent
commit
fe95b0eb8f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffserver.c

+ 1
- 0
ffserver.c View File

@@ -471,6 +471,7 @@ static void start_children(FFServerStream *feed)
av_free (pathname);
_exit(1);
}
av_free (pathname);
}

/* open a listening socket */


Loading…
Cancel
Save