]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Remove a few useless asserts after memory allocation.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 18 Sep 2014 18:34:19 +0000 (18:34 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 18 Sep 2014 18:34:19 +0000 (18:34 +0000)
commit0919dfb7546d86344cf8639a5999b61712449212
treecfa217016f032c65a9cdb3b224769cc6fb3520fd
parent67f83dcfb5abe3d104a32187de651fdcdf4e796c
Remove a few useless asserts after memory allocation.
The called allocators don't return NULL.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14553
coregrind/m_debuginfo/misc.c