Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416473
Collapse All | Expand All

(-)pyme-0.8.1/pyme/core.py (+1 lines)
Lines 58-63 Link Here
58
            self.own = False
58
            self.own = False
59
        else:
59
        else:
60
            tmp = pygpgme.new_gpgme_ctx_t_p()
60
            tmp = pygpgme.new_gpgme_ctx_t_p()
61
            check_version(None)
61
            errorcheck(pygpgme.gpgme_new(tmp))
62
            errorcheck(pygpgme.gpgme_new(tmp))
62
            self.wrapped = pygpgme.gpgme_ctx_t_p_value(tmp)
63
            self.wrapped = pygpgme.gpgme_ctx_t_p_value(tmp)
63
            pygpgme.delete_gpgme_ctx_t_p(tmp)
64
            pygpgme.delete_gpgme_ctx_t_p(tmp)

Return to bug 416473