projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0dc7af
)
Add a note about g_simple_async_result_set_op_res_pointer change
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Jun 2009 03:07:15 +0000
(23:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Jun 2009 03:07:15 +0000
(23:07 -0400)
README.in
patch
|
blob
|
history
diff --git
a/README.in
b/README.in
index
9ea2090
..
2f7585f
100644
(file)
--- a/
README.in
+++ b/
README.in
@@
-24,6
+24,13
@@
Installation
See the file 'INSTALL'
+Notes about GLib 2.22
+=====================
+
+* Repeated calls to g_simple_async_result_set_op_res_gpointer used
+ to leak the data. This has been fixed to always call the provided
+ destroy notify.
+
Notes about GLib 2.20
=====================