Loading libs/ui/Fence.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,7 @@ status_t Fence::unflatten(void const*& buffer, size_t& size, int const*& fds, si return INVALID_OPERATION; return INVALID_OPERATION; } } if (size < 1) { if (size < getFlattenedSize()) { return NO_MEMORY; return NO_MEMORY; } } Loading Loading
libs/ui/Fence.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,7 @@ status_t Fence::unflatten(void const*& buffer, size_t& size, int const*& fds, si return INVALID_OPERATION; return INVALID_OPERATION; } } if (size < 1) { if (size < getFlattenedSize()) { return NO_MEMORY; return NO_MEMORY; } } Loading