diff options
-rw-r--r-- | tpm.c | 1 | ||||
-rw-r--r-- | vl.c | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,6 @@ int tpm_init(void) return -1; } - atexit(tpm_cleanup); return 0; } @@ -4905,6 +4905,7 @@ int main(int argc, char **argv, char **envp) res_free(); /* vhost-user must be cleaned up before chardevs. */ + tpm_cleanup(); net_cleanup(); audio_cleanup(); monitor_cleanup(); |