Fix leak in crashreport_init() under Windows

This commit is contained in:
nhkeni
2024-11-11 15:21:59 -05:00
parent 91c38355e7
commit fd0b67de4d

View File

@@ -163,6 +163,7 @@ crashreport_init(int argc UNUSED, char *argv[] UNUSED)
--cnt;
}
*p = '\0';
HASH_CLEANUP(ctxp);
return;
skip: