X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/3688eb757240b2332f67ec827be8caf6f6abe924..7c40480318648672af86e03bc72bc45c07194c37:/cc-sig.c diff --git a/cc-sig.c b/cc-sig.c index 027fa52..45679ce 100644 --- a/cc-sig.c +++ b/cc-sig.c @@ -382,6 +382,7 @@ static void dsa_sigdestroy(sig *s) G_DESTROY(ds->g.g, ds->g.p); mp_drop(ds->g.u); G_DESTROYGROUP(ds->g.g); + DESTROY(ds); } static const sigops dsa_sig = {