Commit d4c28088 authored by Matt Colyer's avatar Matt Colyer

Made the iPhone cleanup after itself.

parent a5c2119e
...@@ -121,6 +121,7 @@ void *ifuse_init(struct fuse_conn_info *conn) { ...@@ -121,6 +121,7 @@ void *ifuse_init(struct fuse_conn_info *conn) {
} }
void ifuse_cleanup() { void ifuse_cleanup() {
free_iPhone(afc->iphone);
afc_disconnect(afc); afc_disconnect(afc);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment