diff options
author | Chris Robinson <[email protected]> | 2019-08-13 22:25:59 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-13 22:25:59 -0700 |
commit | 351ccf2e11cfc429eeb76f7812565d0ed27043d5 (patch) | |
tree | b3ff80b389c5ba41bed0d61031ff3b0c028c4759 /al/auxeffectslot.h | |
parent | ecab99bce914c6c74351fb2d5878dd82d73b1fe2 (diff) |
Use new/delete for context and effectslot properties
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 9acb6d6b..a6eb94f9 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -32,6 +32,8 @@ struct ALeffectslotProps { EffectState *State; std::atomic<ALeffectslotProps*> next; + + DEF_NEWDEL(ALeffectslotProps) }; |