From 596c9a8c6a51153a8199e6f96b346a541194c638 Mon Sep 17 00:00:00 2001 From: rizzo Date: Wed, 26 Dec 2007 22:29:45 +0000 Subject: another bunch of gui localizations git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94817 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/console_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/console_video.c') diff --git a/channels/console_video.c b/channels/console_video.c index da45d76ae..e13078000 100644 --- a/channels/console_video.c +++ b/channels/console_video.c @@ -1190,7 +1190,7 @@ static void *video_thread(void *arg) video_out_uninit(&env->out); if (env->gui) - cleanup_sdl(env); + env->gui = cleanup_sdl(env->gui); ast_mutex_destroy(&(env->in.dec_in_lock)); env->shutdown = 0; return NULL; -- cgit v1.2.3