From 7edc76f7fb5b336c53b02c825b869b6769e68ef0 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Jul 2013 23:05:16 -0400 Subject: [PATCH] Fix deleting mode locks --- include/modules/cs_mode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/cs_mode.h b/include/modules/cs_mode.h index 4d016e672..6f1aeb643 100644 --- a/include/modules/cs_mode.h +++ b/include/modules/cs_mode.h @@ -18,6 +18,7 @@ struct ModeLock Anope::string setter; time_t created; + virtual ~ModeLock() { } protected: ModeLock() { } };