Render double teardown() harmless in jtagmkI

This commit is contained in:
Stefan Rueger
2024-04-22 15:47:53 +01:00
parent 74bce432e4
commit 1442f2a5dc

View File

@@ -103,6 +103,7 @@ static void jtagmkI_setup(PROGRAMMER *pgm) {
static void jtagmkI_teardown(PROGRAMMER *pgm) {
mmt_free(pgm->cookie);
pgm->cookie = NULL;
}