aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-26 22:29:45 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-26 22:29:45 +0000
commit596c9a8c6a51153a8199e6f96b346a541194c638 (patch)
tree755227e9383593a71365e399cfd2b653441183d1 /channels/console_video.c
parenta9a2a75c3d42f16c5c978bc59da04a21ac4ae30c (diff)
another bunch of gui localizations
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94817 f38db490-d61c-443f-a65b-d21fe96a405b
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;