Bugzilla – Attachment 248215 Details for
Bug 402256
main-menu process high cpu usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
glib2-bnc402256-filename-leak.diff
glib2-bnc402256-filename-leak.diff (text/plain), 355 bytes, created by
Federico Mena Quintero
on 2008-10-27 22:16:33 UTC
(
hide
)
Description:
glib2-bnc402256-filename-leak.diff
Filename:
MIME Type:
Creator:
Federico Mena Quintero
Created:
2008-10-27 22:16:33 UTC
Size:
355 bytes
patch
obsolete
>Fix leak inside g_local_file_get_parse_name() > >diff --git a/gio/glocalfile.c b/gio/glocalfile.c >index eec7480..7f16823 100644 >--- a/gio/glocalfile.c >+++ b/gio/glocalfile.c >@@ -431,6 +431,8 @@ g_local_file_get_parse_name (GFile *file) > g_free (utf8_filename); > utf8_filename = NULL; > } >+ >+ g_free (roundtripped_filename); > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 402256
:
226200
|
226231
|
230317
|
232385
|
247701
| 248215 |
248228
|
250505