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

Missed one file in r1240.

original comment:
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: r1242]]
parent ba1f1504
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment