commit 9d2b7d8

uint  ·  2026-08-12 23:15:44 +0000 UTC
parent 6578f25
fix double free of maus context
1 files changed,  +1, -3
+1, -3
 1@@ -62,10 +62,8 @@ static void cleanup(void)
 2 	free(term.alt);
 3 	font_free(&font);
 4 
 5-	if (win) {
 6+	if (win)
 7 		maus_close(win);
 8-		free(win);
 9-	}
10 }
11 
12 /* dispatch correct keycode handling non ascii characters */