SWDEV-1 - Some 'delete' clean up
Change-Id: I02564f0f0e349375bde1471e9f82df268703367b
[ROCm/clr commit: 73967c3b17]
This commit is contained in:
@@ -310,8 +310,7 @@ void HostcallListener::terminate() {
|
||||
|
||||
#if defined(__clang__)
|
||||
#if __has_feature(address_sanitizer)
|
||||
if (urilocator)
|
||||
delete urilocator;
|
||||
delete urilocator;
|
||||
#endif
|
||||
#endif
|
||||
delete doorbell_;
|
||||
@@ -355,8 +354,7 @@ bool HostcallListener::initialize(const amd::Device &dev) {
|
||||
delete doorbell_;
|
||||
#if defined(__clang__)
|
||||
#if __has_feature(address_sanitizer)
|
||||
if (urilocator)
|
||||
delete urilocator;
|
||||
delete urilocator;
|
||||
#endif
|
||||
#endif
|
||||
return false;
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user