Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
c66f47d4
Commit
c66f47d4
authored
Nov 15, 2005
by
Matthias Clasen
Browse files
Plug a leak
parent
e00ef950
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c66f47d4
2005-11-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
leak result. (#321441, Tommi Komulainen)
2005-11-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
...
...
ChangeLog.pre-2-10
View file @
c66f47d4
2005-11-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
leak result. (#321441, Tommi Komulainen)
2005-11-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
...
...
gtk/gtkselection.c
View file @
c66f47d4
...
...
@@ -1477,6 +1477,8 @@ gtk_selection_data_set_uris (GtkSelectionData *selection_data,
text_uri_list_atom
,
8
,
(
guchar
*
)
result
,
length
);
g_free
(
result
);
return
TRUE
;
}
}
...
...
Write
Preview
Supports
Markdown
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