From 234f8c882a1543d8476ac6177a69a6643f9ccf7b Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 19 Feb 2009 11:37:15 +0300 Subject: [PATCH] This prints out error messages all the time that are always bogus. Disable. Signed-off-by: Dan Carpenter --- check_memory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_memory.c b/check_memory.c index f209f3ab..064a9643 100644 --- a/check_memory.c +++ b/check_memory.c @@ -149,6 +149,8 @@ static void check_for_allocated() struct state_list *slist; struct sm_state *tmp; + return; + slist = get_all_states(my_id); FOR_EACH_PTR(slist, tmp) { if (possibly_allocated(tmp->possible) && -- 2.11.4.GIT