Skip to content

Commit 9169323

Browse files
committed
Add tests for Loader Driver interaction conformance for Sysman VF Management API's
Related-To: NEO-15334 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent 1868495 commit 9169323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/drivers/null/ze_null.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ namespace driver
639639

640640
for (const auto &env_var : env_vars)
641641
{
642-
delete env_var;
642+
free(env_var);
643643
}
644644
}
645645
} // namespace driver

0 commit comments

Comments
 (0)