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:
parent
b47fd88660
commit
4e27903fe5
1 changed files with 1 additions and 0 deletions
|
@ -10227,6 +10227,7 @@ namespace IDE
|
|||
profileCmd.mSampleRate = sampleRate;
|
||||
if (var processCompileCmd = mExecutionQueue.Back as ProcessBfCompileCmd)
|
||||
{
|
||||
delete processCompileCmd.mProfileCmd;
|
||||
processCompileCmd.mProfileCmd = profileCmd;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue