summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-02-28 13:29:31 +0000
committerphintuka <phintuka>2011-02-28 13:29:31 +0000
commit33e937b2ebc192d3025f636d5436833a92d5718a (patch)
treec3a99a443b3bac7de19078d01e594f1287985320
parentfe63895e2522b1f9bf542cd6fe681188faa893d7 (diff)
downloadxineliboutput-33e937b2ebc192d3025f636d5436833a92d5718a.tar.gz
xineliboutput-33e937b2ebc192d3025f636d5436833a92d5718a.tar.bz2
Fixed calling xine_exit()
-rw-r--r--frontend_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.c b/frontend_local.c
index 8f1b32ef..54f53e80 100644
--- a/frontend_local.c
+++ b/frontend_local.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.c,v 1.52 2011-01-17 12:29:13 phintuka Exp $
+ * $Id: frontend_local.c,v 1.53 2011-02-28 13:29:31 phintuka Exp $
*
*/
@@ -450,7 +450,7 @@ void cXinelibLocal::Action(void)
if(curr_fe) {
LOCK_FE_WR;
fe = NULL;
- curr_fe->xine_exit(fe);
+ curr_fe->xine_exit(curr_fe);
curr_fe->fe_display_close(curr_fe);
curr_fe->fe_free(curr_fe);
}