[gimp] app: free shell->zoom_focus_pointer_queue in destroy()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: free shell->zoom_focus_pointer_queue in destroy()
- Date: Tue, 22 Jun 2010 21:07:07 +0000 (UTC)
commit 5df1d477b7bffaf064716de4aaaa0f62ae84f442
Author: Michael Natterer <mitch gimp org>
Date: Tue Jun 22 23:03:13 2010 +0200
app: free shell->zoom_focus_pointer_queue in destroy()
app/display/gimpdisplayshell.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/display/gimpdisplayshell.c b/app/display/gimpdisplayshell.c
index 2650995..4bfae00 100644
--- a/app/display/gimpdisplayshell.c
+++ b/app/display/gimpdisplayshell.c
@@ -898,6 +898,12 @@ gimp_display_shell_destroy (GtkObject *object)
shell->event_queue = NULL;
}
+ if (shell->zoom_focus_pointer_queue)
+ {
+ g_queue_free (shell->zoom_focus_pointer_queue);
+ shell->zoom_focus_pointer_queue = NULL;
+ }
+
if (shell->title_idle_id)
{
g_source_remove (shell->title_idle_id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]