SWDEV-403050: Multiple fixes for Memory Leaks in profiler
Change-Id: Ib720a81105af13898ff745ce0cbc2a48c1f4a980
This commit is contained in:
committed by
Ammar ELWazir
parent
00ecca25c7
commit
08fc21ac31
@@ -87,7 +87,8 @@ std::string string_printf(const char* format, ...) {
|
||||
std::string errmsg("ROCProfiler: fatal error: " + message);
|
||||
fputs(errmsg.c_str(), stderr);
|
||||
|
||||
throw(errmsg);
|
||||
// throw(errmsg);
|
||||
abort();
|
||||
}
|
||||
|
||||
/* The function extracts the kernel name from
|
||||
|
||||
Reference in New Issue
Block a user