Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
5df1d477
Commit
5df1d477
authored
Jun 22, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: free shell->zoom_focus_pointer_queue in destroy()
parent
09ebdcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/display/gimpdisplayshell.c
app/display/gimpdisplayshell.c
+6
-0
No files found.
app/display/gimpdisplayshell.c
View file @
5df1d477
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment