]> git.tdb.fi Git - builder.git/commit
Avoid double deletion of the module if a plugin fails to load
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 00:54:27 +0000 (02:54 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 00:54:27 +0000 (02:54 +0200)
commitb7ecf9d6203492a43bf98e7c611b81c5594cbd00
tree8d3b24b0656eec6f75df59f87ed2b0bbbc59e132
parentccead1c6c820970e3ae37992b76f99675852d7f9
Avoid double deletion of the module if a plugin fails to load

The destructor of LoadedPlugin will delete it.
source/lib/builder.cpp