Render double teardown() harmless in avr910.c

This commit is contained in:
Stefan Rueger
2024-04-22 15:59:26 +01:00
parent 1538f3f811
commit 7cc31eb778

View File

@@ -83,6 +83,7 @@ static void avr910_setup(PROGRAMMER * pgm) {
static void avr910_teardown(PROGRAMMER * pgm) {
mmt_free(pgm->cookie);
pgm->cookie = NULL;
}