"platforms/vscode:/vscode.git/clone" did not exist on "c85acb36a151aa97cc51f8686e4cb24035be50a3"
Commit 20cdc7c2 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a memory leak

parent 836cb6ca
......@@ -1430,6 +1430,7 @@ void gpuShutDown(gpuContext gpu)
delete gpu->psShakeParameter;
delete gpu->psSettleID;
delete gpu->psSettleParameter;
delete gpu->psNonShakeID;
delete gpu->psExclusion;
delete gpu->psExclusionIndex;
delete gpu->psWorkUnit;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment