aboutsummaryrefslogtreecommitdiffstats
path: root/modules/silence.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-30 00:19:30 +0100
committerGravatar Sadie Powell2026-03-30 00:38:26 +0100
commita7cb4ddd7874ee1391ba6b28c691ac2d8b242d5b (patch)
tree7b4bd769208ad11de238ae13e434758ba5a6d15e /modules/silence.cpp
parentStop deleting the spanningtree utilities on unload. (diff)
Call the correct creation method in the silence module.
Diffstat (limited to 'modules/silence.cpp')
-rw-r--r--modules/silence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/silence.cpp b/modules/silence.cpp
index c98938c79..8403453b6 100644
--- a/modules/silence.cpp
+++ b/modules/silence.cpp
@@ -258,7 +258,7 @@ public:
// Store the silence entry.
if (!list)
- list = std::make_shared<SilenceList>();
+ list = Create();
list->emplace(flags, mask);
}