From abe3765d08e007c310d44c9eec557b47af593984 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 8 Jan 2014 07:47:20 +0100 Subject: [PATCH] I meant to paraphrase the expression 'give me liberty or give me death', actually --- src/xbt/mmalloc/mfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/mmalloc/mfree.c b/src/xbt/mmalloc/mfree.c index ebbccaf0df..a7241fc415 100644 --- a/src/xbt/mmalloc/mfree.c +++ b/src/xbt/mmalloc/mfree.c @@ -34,7 +34,7 @@ void mfree(struct mdesc *mdp, void *ptr) block = BLOCK(ptr); if ((char *) ptr < (char *) mdp->heapbase || block > mdp->heapsize) { - fprintf(stderr,"Ouch, this pointer is not mine. I refuse to free it. I'd rather die than freeing it!!\n"); + fprintf(stderr,"Ouch, this pointer is not mine, I refuse to free it. Give me valid pointers, or give me death!!\n"); abort(); } -- 2.20.1