wrlib: Potential leak of memory pointed to by 'tmpp'

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
Amadeusz Sławiński
2014-05-17 15:59:47 +01:00
committed by Carlos R. Mafra
parent 7783c2258b
commit 3187f95278
+2
View File
@@ -135,6 +135,8 @@ int RBlurImage(RImage * image)
}
}
free(tmpp);
return True;
}