X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e4a509b8174c8b2cfc0a084b78c9c7b7d08b624b..ef13e9a46baaa347014ac236f36a2536f055b108:/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 = {