rspro_client_fsm: Fix memory leak processing RSPRO

Change-Id: I2c3710d152ce31d293a3693a70718c8712e2ac2b
Closes: OS#4097
This commit is contained in:
Harald Welte 2019-07-18 19:05:33 +02:00
parent 80df20e055
commit 1b86ba81a0
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static int srvc_read_cb(struct ipa_client_conn *conn, struct msgb *msg)
default:
goto invalid;
}
msgb_free(msg);
return rc;
invalid: