You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user