1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

ffserver: avoid leaking pathname at exit

Fixes Coverity CID 1325681

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
Reynaldo H. Verdejo Pinochet
2015-10-04 22:29:49 -07:00
parent 84b4998dbd
commit fe95b0eb8f

View File

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