diff --git a/mlb-rsx.c b/mlb-rsx.c index 339b3f7..66ad28b 100644 --- a/mlb-rsx.c +++ b/mlb-rsx.c @@ -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; }