ippool: Clear allocated block pointer at cleanup
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 12 Jun 2013 08:02:57 +0000 (11:02 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 12 Jun 2013 12:53:43 +0000 (15:53 +0300)
commit35ccdc87f8b6854703eaf9812466e484dd276e0a
tree631b2a5949f82b64466a6fc7bb4ec652f072d8fc
parent5f5910b81a640032f3c1520ff5329c014cbc1827
ippool: Clear allocated block pointer at cleanup

Without this the unit tests might core dump as the allocated_block
pointer would point to already freed memory.
src/ippool.c