1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Profile profiler memory leak during compilation

This commit is contained in:
Brian Fiete 2020-12-25 15:36:24 -08:00
parent b47fd88660
commit 4e27903fe5

View file

@ -10227,6 +10227,7 @@ namespace IDE
profileCmd.mSampleRate = sampleRate;
if (var processCompileCmd = mExecutionQueue.Back as ProcessBfCompileCmd)
{
delete processCompileCmd.mProfileCmd;
processCompileCmd.mProfileCmd = profileCmd;
}
}