Skip to content
Commit 152c6795 authored by Owen W. Taylor's avatar Owen W. Taylor
Browse files

GjsDBusImplementation: unref the invocation passed to method_call()

In C code, the reference passed to the method_call() virtual function
would be passed to the return_value/error function that is eventually
called. But since these functions are called from JS, and the calling
convention is normalized, we need to unref reference passed to
method_call ourselves. See GLib bug 738259 for a more complete discussion.

https://bugzilla.gnome.org/show_bug.cgi?id=738122
parent 58abf3bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment