[LogFS] Prevent mempool_destroy NULL pointer dereference
authorJoern Engel <joern@logfs.org>
Thu, 15 Apr 2010 06:03:57 +0000 (08:03 +0200)
committerJoern Engel <joern@logfs.org>
Thu, 15 Apr 2010 06:03:57 +0000 (08:03 +0200)
It would probably be better to just accept NULL pointers in
mempool_destroy().  But for the current -rc series let's keep things
simple.

This patch was lost in the cracks for a while.
Kevin Cernekee <cernekee@gmail.com> had to rediscover the problem and
send a similar patch because of it. :(

Signed-off-by: Joern Engel <joern@logfs.org>

No differences found