summaryrefslogtreecommitdiff
path: root/channels/console_video.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-12-26 22:29:45 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-12-26 22:29:45 +0000
commitfa928c14c7268d185b34a2b6e60347baa05701a9 (patch)
tree755227e9383593a71365e399cfd2b653441183d1 /channels/console_video.c
parentf573e85eccbaf3b8484726831b2519d625ae440b (diff)
another bunch of gui localizations
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/console_video.c')
-rw-r--r--channels/console_video.c2
1 files changed, 1 insertions, 1 deletions
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;