Skip to content

gpgpme: Photo: Don't use g_object_unref on gpgme_key_t

Niels De Graef requested to merge wip/nielsdg/fix-250 into master

gpgme_key_t is by no chance a GObject, so don't try to call g_clear_object on it. This commit fixes a segfault.

Fixes #250 (closed)

Merge request reports