@henningw this is wrong no?
it should be
pkg_free(bmt->start);
shm_free(bmt);
instead.
you can't access bmt->start
if you freed bmt
first, no?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.