From 351ccf2e11cfc429eeb76f7812565d0ed27043d5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Aug 2019 22:25:59 -0700 Subject: Use new/delete for context and effectslot properties --- alc/alcontext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alc/alcontext.h') diff --git a/alc/alcontext.h b/alc/alcontext.h index f30a4bd0..c91d0a21 100644 --- a/alc/alcontext.h +++ b/alc/alcontext.h @@ -50,6 +50,8 @@ struct ALcontextProps { DistanceModel mDistanceModel; std::atomic next; + + DEF_NEWDEL(ALcontextProps) }; -- cgit v1.2.3