Hash Parser: Fixed a memory leak in shutdown phase

This commit is contained in:
jsteube
2018-01-31 16:40:48 +01:00
parent 9136d23f2a
commit e2654efaa7
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@
- Files: Copy include/ folder and its content when SHARED is set to 1 in Makefile
- 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 a memory leak in shutdown phase
- Hash Parser: Fixed the use of strtok_r () calls
- OpenCL Devices: Fixed several memory leaks in shutdown phase
- OpenCL Runtime: Updated rocm detection