e0b2a44b3f
ECR #304775 - Fix for a memory "leak" in one GEHC sample - The app builds a dependency graph when the new command waits for the previous one. Our runtime couldn't release wait commands in this situation, because release is done in the command destructor. Release the events from the wait list when the command is done. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#71 edit