mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 17:46:33 +03:00
Render double teardown() harmless in avr910.c
This commit is contained in:
@@ -83,6 +83,7 @@ static void avr910_setup(PROGRAMMER * pgm) {
|
||||
|
||||
static void avr910_teardown(PROGRAMMER * pgm) {
|
||||
mmt_free(pgm->cookie);
|
||||
pgm->cookie = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user