Dispatcher: Fixed several memory leaks when an OpenCL error occurs

This commit is contained in:
jsteube
2017-02-14 14:02:18 +01:00
parent 7f28c22b25
commit 291c1bcdd2
2 changed files with 79 additions and 28 deletions
+1
View File
@@ -59,6 +59,7 @@
- Building: Replaced linking of CRT_glob.o with the use of int _dowildcard
- Commandline: Do some checks related to custom-charset options if user specifies them
- CPU Affinity: Fixed memory leak when invalid cpu Id was specified
- Dispatcher: Fixed several memory leaks when an OpenCL error occurs
- Events: Improved the maximum event message handling. event_log () will now also internally make sure that the message is properly terminated
- Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations
- Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()