Browse code

Destroy choices on exit

John Hawthorn authored on 03/05/2016 04:46:35
Showing 1 changed files

  • fzy.c index fd3de7a..dd8f993 100644
... ...
@@ -278,5 +278,7 @@ int main(int argc, char *argv[]) {
278 278
 		run(&tty, &choices);
279 279
 	}
280 280
 
281
+	choices_destroy(&choices);
282
+
281 283
 	return 0;
282 284
 }