From 791c153aabd579f518a9b00613459cba13734797 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 6 Oct 2023 14:42:03 -0400 Subject: Memory management - ctors and dtors --- src/event.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/event.cpp') diff --git a/src/event.cpp b/src/event.cpp index a129490..62ebd88 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -57,3 +57,7 @@ void Event_Dispatch(const char *name) { } } +void Event_Teardown() { + eventBuckets.~DynArray(); +} + -- cgit v1.2.3