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
38
Wiki
Activity
Browse Source
Destroy event subsystem after scene.
tags/v2.0.0
Andrew Belt
3 years ago
parent
66cb723b63
commit
c1f6c0e69b
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
@@ -24,12 +24,12 @@ Context::~Context() {
delete history;
history = NULL;
delete event;
event = NULL;
delete scene;
scene = NULL;
delete event;
event = NULL;
delete engine;
engine = NULL;
}
Write
Preview
Loading…
Cancel
Save