OpenCL Devices: Fixed several memory leaks in shutdown phase

This commit is contained in:
jsteube
2018-01-31 16:38:55 +01:00
parent 6361ea823c
commit c34670c567
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@
- Files: Switched back to relative current working directory on windows to work around problems with unicode characters
- Hash Parser: Changed the way large strings are handled/truncated within the event buffer if they are too large to fit
- Hash Parser: Fixed the use of strtok_r () calls
- OpenCL Devices: Fixed several memory leaks in shutdown phase
- OpenCL Runtime: Updated rocm detection
- OpenCL Kernels: Replace variables from uXX to uXXa if used in __constant space
- OpenCL Kernels: Use a special kernel to initialize the password buffer used during autotune measurements, to reduce startup time