diff -r fc9e2f7920c9 tools/xenstat/xentop/xentop.c --- a/tools/xenstat/xentop/xentop.c Fri Mar 30 17:18:42 2007 -0600 +++ b/tools/xenstat/xentop/xentop.c Mon Apr 02 11:26:22 2007 +0900 @@ -984,6 +984,8 @@ static void top(void) if(!batch) do_bottom_line(); + + free(domains); } int main(int argc, char **argv)