Plug a memory leak.

This commit is contained in:
Olaf Seibert 2020-03-11 22:53:51 +01:00
parent 1958fa1fad
commit 8ab3c27e0c

View File

@ -231,6 +231,7 @@ MLB *mlb_rsx_open(
} else if (WORD(buff) != 01001) { /* Is this really a macro library? */
/* fprintf(stderr, "error: first word not correct value\n"); */
mlb_rsx_close(mlb); /* Nope. */
free(buff);
return NULL;
}