Skip to content
Commit 275d5efe authored by Carl-Anton Ingmarsson's avatar Carl-Anton Ingmarsson
Browse files

git: use g_signal_connect_object() in GitLogCommand

Use g_signal_connect_object() in GitLogCommand to connect to the signals
on GitLogDataCommand. This way the signals will be disconnected when
GitLogCommand is disposed. The signals need to be disconnected since
the GitLogDataCommand may not be finalized when GitLogCommand releases
its reference to it.

https://bugzilla.gnome.org/show_bug.cgi?id=694194
parent ccef579d
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