From: Ayabusa Date: Mon, 15 Jun 2026 16:17:35 +0000 (+0200) Subject: fixed ctx error X-Git-Url: https://git.ayabusa.dev/?a=commitdiff_plain;h=dd660617c0e0abd84573abb18735ceac230729ed;p=thoryum.git fixed ctx error --- diff --git a/src/main.c b/src/main.c index 7ee0be1..2a72d39 100644 --- a/src/main.c +++ b/src/main.c @@ -131,6 +131,6 @@ int main(int argc, char **argv) { else update(ctx); - free_ctx(ctx); + free_ctx(&ctx); return 0; }