main() dinamically allocates dcb, but when dcb_help() is called it
returns without freeing it.
Fix this using a goto, as it is already done in the same function.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| dcb.c | ||
| dcb.h | ||
| dcb_app.c | ||
| dcb_buffer.c | ||
| dcb_dcbx.c | ||
| dcb_ets.c | ||
| dcb_maxrate.c | ||
| dcb_pfc.c | ||