From 1b83e14b1f5640881deeb03c1d11df5197746b64 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 25 Mar 2013 16:19:46 +0000 Subject: Fix issues found by the clang static analyzer --- tikzit/src/gtk/Application.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tikzit/src/gtk/Application.m') diff --git a/tikzit/src/gtk/Application.m b/tikzit/src/gtk/Application.m index 2720bb6..89fb7fd 100644 --- a/tikzit/src/gtk/Application.m +++ b/tikzit/src/gtk/Application.m @@ -77,7 +77,7 @@ Application* app = nil; if (app != nil) { [self release]; self = app; - return app; + return self; } self = [super init]; -- cgit v1.2.3