diff options
author | Matt Colyer | 2008-07-30 23:09:38 -0700 |
---|---|---|
committer | Matt Colyer | 2008-07-30 23:09:38 -0700 |
commit | d4c28088e8d189469d42ff57372eb7c9d0e75496 (patch) | |
tree | 6a602bd1b4e3789dbb7bcc189214e297f6b4bc55 /src/ifuse.c | |
parent | a5c2119e51f2d81be80fac08771f8ea50761661c (diff) | |
download | libplist-d4c28088e8d189469d42ff57372eb7c9d0e75496.tar.gz libplist-d4c28088e8d189469d42ff57372eb7c9d0e75496.tar.bz2 |
Made the iPhone cleanup after itself.
Diffstat (limited to 'src/ifuse.c')
-rw-r--r-- | src/ifuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ifuse.c b/src/ifuse.c index 93467b3..323006f 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -121,6 +121,7 @@ void *ifuse_init(struct fuse_conn_info *conn) { } void ifuse_cleanup() { + free_iPhone(afc->iphone); afc_disconnect(afc); } |