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.
1 file changed