diff options
Diffstat (limited to 'xine_frontend.c')
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index f73db36e..1adf3290 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.126 2012-03-19 11:51:21 phintuka Exp $ + * $Id: xine_frontend.c,v 1.127 2013-10-28 07:45:50 phintuka Exp $ * */ @@ -1225,8 +1225,6 @@ static void fe_xine_close(frontend_t *this_gen) fe_xine_stop(this_gen); - fe_post_unload(this); - xine_close(this->stream); if(this->postplugins->pip_stream) xine_close(this->postplugins->pip_stream); |