[c-host] added windows ivshmem unmap support

This commit is contained in:
Geoffrey McRae
2019-02-28 19:27:17 +11:00
parent 810fb73362
commit a8622be1c6
2 changed files with 22 additions and 4 deletions

View File

@@ -65,5 +65,7 @@ int app_main()
iface->deinit();
iface->free();
os_shmemUnmap();
return 0;
}