diff options
Diffstat (limited to 'src/event.cpp')
| -rw-r--r-- | src/event.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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(); +} + |
