Close PCF files on exit

This commit is contained in:
Rodrigo Arias 2021-09-27 15:14:27 +02:00
parent 2bd589ee9e
commit af22678b07

1
emu.c
View File

@ -624,6 +624,7 @@ static void
emu_destroy(struct ovni_emu *emu)
{
close_prvs(emu);
close_pcfs(emu);
destroy_metadata(emu);
ovni_free_streams(&emu->trace);
}