Skip to content
Snippets Groups Projects
Commit fe95b0eb authored by Reynaldo H. Verdejo Pinochet's avatar Reynaldo H. Verdejo Pinochet
Browse files

ffserver: avoid leaking pathname at exit


Fixes Coverity CID 1325681

Signed-off-by: default avatarReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
parent 84b4998d
No related branches found
No related tags found
No related merge requests found
......@@ -471,6 +471,7 @@ static void start_children(FFServerStream *feed)
av_free (pathname);
_exit(1);
}
av_free (pathname);
}
/* open a listening socket */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment