projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48fc53
)
Forgot to return the allocated data in async_op_wrapper_new
author
Alexander Larsson
<alexl@redhat.com>
Fri, 15 May 2009 18:42:04 +0000
(20:42 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 15 May 2009 18:42:04 +0000
(20:42 +0200)
gio/gfileiostream.c
patch
|
blob
|
history
diff --git
a/gio/gfileiostream.c
b/gio/gfileiostream.c
index 9491e766a3cd97bc7cc931d997cfe1fc37c55379..3cc72ed762e6ad2f2068fba3d585f817a6f9b038 100644
(file)
--- a/
gio/gfileiostream.c
+++ b/
gio/gfileiostream.c
@@
-603,6
+603,8
@@
async_op_wrapper_new (gpointer object,
data->object = g_object_ref (object);
data->callback = callback;
data->user_data = user_data;
+
+ return data;
}
static void