main: delete jtag at the end

This commit is contained in:
Gwenhael Goavec-Merou 2019-11-19 09:03:09 +01:00
parent d739240280
commit 711833d034
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ int main(int argc, char **argv)
fpga->reset();
delete(fpga);
delete(jtag);
}