1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

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-13 23:41:29 +02:00
committed by Carlos R. Mafra
parent 7783c2258b
commit 3187f95278

View File

@@ -135,6 +135,8 @@ int RBlurImage(RImage * image)
}
}
free(tmpp);
return True;
}