1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix ffmpeg log fd leak, always close log_fd. 0.9.94

This commit is contained in:
winlin 2014-05-13 11:16:53 +08:00
parent 74e6e28993
commit 7004510cc7
3 changed files with 134 additions and 139 deletions

View file

@ -48,7 +48,6 @@ private:
pid_t pid;
private:
std::string log_file;
int log_fd;
private:
std::string ffmpeg;
std::string _iparams;