From 684e47c5ef2be21938d7b937f116cbf0c0ca72e2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 10 Oct 2020 23:46:48 +0200 Subject: Server(stop): Deallocate `_process` Forgot to free the process after interrupting it. --- Drop Serve/Server.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Drop Serve/Server.m') diff --git a/Drop Serve/Server.m b/Drop Serve/Server.m index c0c69c3..db04a61 100644 --- a/Drop Serve/Server.m +++ b/Drop Serve/Server.m @@ -28,6 +28,7 @@ + (void)stop { [_process interrupt]; + [_process dealloc]; } + (void)openInBrowser -- cgit v1.2.3