fixup g_steal_pointer use

tingping/wmclass
Alexander Larsson 2015-03-23 11:16:26 +01:00
parent 8f427c4fb6
commit a88795c4b1
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ xdg_app_option_context_parse (GOptionContext *context,
g_log_set_handler (NULL, G_LOG_LEVEL_DEBUG, message_handler, NULL);
if (out_dir)
out_dir = g_steal_pointer (&dir);
*out_dir = g_steal_pointer (&dir);
success = TRUE;
out: