commit | 15a46cfee4f6a4960de923d5754b187629468dc7 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jun 03 13:44:19 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jul 22 07:24:11 2021 -0500 |
tree | 55a2c86fd08d740d7263adb0552fab64109329cc | |
parent | e3704ccda32de23f807f29d1401c480572321706 [diff] |
tests: mem_protect: fix warning on uninitialized variable In test_kobject_release_null(), dummy is not initialized before being fed to k_object_release(). So set it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>