msgb_free() all received messages after handling

This commit is contained in:
Harald Welte 2015-09-08 00:09:23 +02:00
parent 17878e267f
commit f2f3000457
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ static int hnb_read_cb(struct osmo_fd *fd)
break;
}
msgb_free(msg);
return rc;
}