Fix previous style cleanup ;-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-11-19 15:04:54 +00:00
parent c663bd36d3
commit 6ad0d9f232

View File

@ -157,9 +157,8 @@ WebPTranslator::DerivedTranslate(BPositionIO* stream,
uint8* out = WebPDecodeRGB((const uint8*)streamData, streamSize, &width, &height);
free(streamData);
if (out == NULL) {
if (out == NULL)
return B_ILLEGAL_DATA;
}
FreeAllocation _(out);