]> git.ayabusa.dev Git - thoryum.git/commitdiff
fixed ctx error
authorAyabusa <lebgpub@gmail.com>
Mon, 15 Jun 2026 16:17:35 +0000 (18:17 +0200)
committerAyabusa <lebgpub@gmail.com>
Mon, 15 Jun 2026 16:17:35 +0000 (18:17 +0200)
src/main.c

index 7ee0be1857779d037b1f313a923bb54415db4b12..2a72d396e9ae1782b8c46c54bd1b46185024232b 100644 (file)
@@ -131,6 +131,6 @@ int main(int argc, char **argv) {
     else
         update(ctx);
 
-    free_ctx(ctx);
+    free_ctx(&ctx);
     return 0;
 }