From 8b696b191599e6cdfce05bf1252a2c1c0539e1ee Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 1 Feb 2012 16:34:56 +0100 Subject: Fix missing argument in iOS app. --- ios/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/main.m b/ios/main.m index 1ed6246c..aa6a667a 100644 --- a/ios/main.m +++ b/ios/main.m @@ -874,7 +874,7 @@ static UIImage *renderTile(struct document *doc, int number, CGSize screenSize, outline = [[MuOutlineController alloc] initWithTarget: self titles: titles pages: pages]; [titles release]; [pages release]; - fz_free_outline(root); + fz_free_outline(ctx, root); } return self; -- cgit v1.2.3