Hi.

I found that declaring local variables inside while loop leads to
memory leak. Code sample:

test()
{
   while [ true ]; do
      local a=
   done
}

test

-- 
Regards,
Vladimir.
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to