@@ -50,15 +50,15 @@ dlclose(handle); @throw [OFInitializationFailedException newWithClass: self]; } plugin->handle = handle; - return plugin; + return [plugin autorelease]; } - (void)dealloc { dlclose(handle); [super dealloc]; } @end