mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
When pointer type differs from the type, which was obtained via new[] operator, then delete[] is undefined behavior. Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>