Skip to content

Commit ec50c9c

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 dbbf708 commit ec50c9c

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
@@ -628,7 +628,7 @@ namespace driver
628628

629629
for (const auto &env_var : env_vars)
630630
{
631-
delete env_var;
631+
free(env_var);
632632
}
633633
}
634634
} // namespace driver

0 commit comments

Comments
 (0)