free incoming msg after processing by RSL

This commit is contained in:
Harald Welte 2008-12-26 00:04:49 +00:00
parent e571fb827b
commit 4f4a3901df
1 changed files with 1 additions and 0 deletions

View File

@ -666,5 +666,6 @@ int abis_rsl_rcvmsg(struct msgb *msg)
rslh->msg_discr);
return -EINVAL;
}
msgb_free(msg);
return rc;
}