Skip to content

Commit af03155

Browse files
committed
Use stored entry for notify in wire_preloaded
1 parent b6d2b8b commit af03155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin_arch/PluginManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ class PluginManager {
12211221
{std::move(instance), std::move(loader), entry, deps});
12221222
rebuild_name_index();
12231223
wire_instance_tracked(plugins_.back(), config_map);
1224-
notify_loaded(entry);
1224+
notify_loaded(plugins_.back().entry);
12251225
}
12261226

12271227
protected:

0 commit comments

Comments
 (0)