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:
parent
c663bd36d3
commit
6ad0d9f232
@ -157,9 +157,8 @@ WebPTranslator::DerivedTranslate(BPositionIO* stream,
|
|||||||
uint8* out = WebPDecodeRGB((const uint8*)streamData, streamSize, &width, &height);
|
uint8* out = WebPDecodeRGB((const uint8*)streamData, streamSize, &width, &height);
|
||||||
free(streamData);
|
free(streamData);
|
||||||
|
|
||||||
if (out == NULL) {
|
if (out == NULL)
|
||||||
return B_ILLEGAL_DATA;
|
return B_ILLEGAL_DATA;
|
||||||
}
|
|
||||||
|
|
||||||
FreeAllocation _(out);
|
FreeAllocation _(out);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user