free upload strings

This commit is contained in:
Andreas Frisch 2017-04-10 20:36:22 +02:00
parent 273ce8abe6
commit fd9ed1b9c3

View file

@ -361,6 +361,10 @@ static void photo_booth_dispose (GObject *object)
g_free (priv->cam_icc_profile);
g_free (priv->overlay_image);
g_free (priv->save_path_template);
g_free (priv->facebook_put_uri);
g_free (priv->imgur_album_id);
g_free (priv->imgur_access_token);
g_free (priv->imgur_description);
g_hash_table_destroy (G_strings_table);
G_strings_table = NULL;
g_mutex_clear (&priv->processing_mutex);