diff options
-rw-r--r-- | libempathy/empathy-tls-certificate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c index bcefb3d89..965219064 100644 --- a/libempathy/empathy-tls-certificate.c +++ b/libempathy/empathy-tls-certificate.c @@ -186,6 +186,8 @@ empathy_tls_certificate_finalize (GObject *object) { EmpathyTLSCertificatePriv *priv = GET_PRIV (object); + DEBUG ("%p", object); + g_free (priv->object_path); G_OBJECT_CLASS (empathy_tls_certificate_parent_class)->finalize (object); |