Skip to content

Commit

Permalink
Merge pull request ceph#57429 from tchaikov/dencoder-unregister
Browse files Browse the repository at this point in the history
tools/ceph-dencoder: unregister dencoders in dtor

Reviewed-by: Radoslaw Zarzynski <[email protected]>
  • Loading branch information
tchaikov authored May 17, 2024
2 parents c2fb936 + 1e80b6b commit 84484c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/ceph-dencoder/denc_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class DencoderPlugin {
other.dencoders.clear();
}
~DencoderPlugin() {
unregister_dencoders();
#if !defined(__FreeBSD__)
if (mod) {
dlclose(mod);
Expand Down

0 comments on commit 84484c0

Please sign in to comment.