This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Destroy history after scene.
tags/v2.0.0
Andrew Belt
4 years ago
parent
c1f6c0e69b
commit
acac627ae7
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/context.cpp
+ 3
- 3
src/context.cpp
View File
@@ -21,15 +21,15 @@ Context::~Context() {
delete patch;
patch = NULL;
delete history;
history = NULL;
delete scene;
scene = NULL;
delete event;
event = NULL;
delete history;
history = NULL;
delete engine;
engine = NULL;
}
Write
Preview
Loading…
Cancel
Save