Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3df9602 authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "Fix memory leak when getting signal time for unsignaled fences"

parents 7dd35a16 7c36cd23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ nsecs_t Fence::getSignalTime() const {
        return -1;
    }
    if (finfo->status != 1) {
        sync_fence_info_free(finfo);
        return INT64_MAX;
    }