AP_HAL_ChibiOS: fix memory leaks

Fixes #8644
This commit is contained in:
Hyungsub 2018-06-15 13:08:38 +10:00 committed by Francisco Ferreira
parent 03babfdc3c
commit 8ae2729022

View File

@ -2548,6 +2548,7 @@ fprintf(FILE *fp, const char *fmt, ...)
fputc(buf[i], fp);
}
} else {
va_end(va);
return -1;
}
va_end(va);