mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
This commit eliminates ULTs memory leaks reported for string debug variables exceeding small string optimization size by calling shrink_to_fit() method on string debug variables in DebugManagerStateRestore destructor. Change-Id: I304c5c5c23c80f01fdf13f38cea5b4eceb18a94f Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>