Improve message when ctx is freed, but still referenced
commitd02d52dfa675f13fdf8d05f66b0448a71f0057db
authorTobias Grosser <tobias@grosser.es>
Thu, 1 Dec 2011 14:15:45 +0000 (1 15:15 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 3 Dec 2011 19:08:14 +0000 (3 20:08 +0100)
tree13c91a1733164c40329d9eb4447ff9993dbec7d7
parent23193d786f809d6c2ba069bff843bccfd18c6e53
Improve message when ctx is freed, but still referenced

Instead of a cryptic 'Assertion "ctx->ref == 0" failed' we report
'isl_ctx freed, but some objects still reference it'.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ctx.c