From 5574585b0f2e8fa64482962c415f34b7ac1f47fd Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 19 Feb 2011 23:58:03 +0000 Subject: [PATCH] Don't load the same class twice. --- class_table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/class_table.c b/class_table.c index 3ce4325..f1e71c8 100644 --- a/class_table.c +++ b/class_table.c @@ -376,6 +376,7 @@ void objc_load_class(struct objc_class *class) abort(); } reload_class(class, existingClass); + return; } // The compiler initialises the super class pointer to the name of the