small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13809 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3
2004-10-30 10:40:53 +00:00
parent b4918b7bae
commit 065ea0a359

View File

@@ -1582,6 +1582,8 @@ mp_input_uninit(void) {
if(cmd_fds[i].close_func)
cmd_fds[i].close_func(cmd_fds[i].fd);
}
mp_input_free_binds(cmd_binds);
cmd_binds=NULL;
}