Skip to content
Snippets Groups Projects
Commit 12371e74 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed bug in memory management.

Memory was allocated with allocator.allocate(n) and always freed with
allocator.allocate(1). This might have resulted in memory leaks that
are not noticed by valgrind.

[[Imported from SVN: r1240]]
parent 85db6490
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment