We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263272d commit e41f270Copy full SHA for e41f270
helpers/PluginInterfaceBuilder.h
@@ -113,7 +113,6 @@ namespace Plugin {
113
auto pluginInterface = controller->QueryInterfaceByCallsign<INTERFACE>(callsign.c_str());
114
115
if (pluginInterface) {
116
- pluginInterface->AddRef();
117
LOGINFO("plugin interface succeed and retry count: %d",count);
118
return pluginInterface;
119
}
0 commit comments