mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +01:00
gio: fix memory leak in g_buffered_output_stream_write_async()
https://bugzilla.gnome.org/show_bug.cgi?id=670085 Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>
This commit is contained in:
parent
eafb108caf
commit
275731e200
@ -639,8 +639,8 @@ g_buffered_output_stream_write_async (GOutputStream *stream,
|
|||||||
flush_buffer_thread,
|
flush_buffer_thread,
|
||||||
io_priority,
|
io_priority,
|
||||||
cancellable);
|
cancellable);
|
||||||
g_object_unref (res);
|
|
||||||
}
|
}
|
||||||
|
g_object_unref (res);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gssize
|
static gssize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user