Comment 3 for bug 784890

Revision history for this message
JKL (jkl102001) wrote :

There are so many reference leaks in server.c it is difficult to list them all individually. This patch generally tries to use g_variant_get to unpack parameters, which avoids many problems with reference counting. It makes the earlier one obsolete.