commit | f56d129435a34c415214b1ce00b7c23e28ed1c02 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Mon Jan 07 21:27:54 2013 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:55:32 2013 +0100 |
tree | b6655c95a5aca288116a3dc9cd2bf2771e047fc7 | |
parent | d19b91640b2d1bcfeef14d029891dd93217b9c24 [diff] |
Fix cleanup in process_clone fail path The original code was releasing the original memory, not the clone, and single block would be released potentially many times. This led to severe memory errors.