Skip to content
Commit 968968c9 authored by Daniel P. Berrange's avatar Daniel P. Berrange
Browse files

Fix leak of GSource objects which causes performance problems

The GLib event loop scales poorly as the number of GSource objects
increases. A missing unref on the GSource objects used in the VNC
connection meant that many unused instances accumulated, slowing
down the event loop processing.

* src/vncconnection.c: Unref all GSource objects
parent d2ad64e8
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