aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Drop Serve/Server.m1
1 files changed, 1 insertions, 0 deletions
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