Skip to content
Snippets Groups Projects
Commit 67c4c959 authored by Martin Nolte's avatar Martin Nolte
Browse files

bug fix

[[Imported from SVN: r5993]]
parent 377b03a4
Branches
Tags
No related merge requests found
......@@ -214,7 +214,7 @@ namespace Dune
template< class T >
inline void SmallObjectPolyAllocator::destroy ( T *p )
{
p.~T();
p->~T();
SmallObjectPool::free( p );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment