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

Commit 8a03c5fc authored by Jeff Boody's avatar Jeff Boody Committed by Arne Coucheron
Browse files

frameworks/base: initialize cancelBuffer to null

Change-Id: I23eaab0ed03f852bf05bf87546327589a69420f0
parent c23a086f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ FramebufferNativeWindow::FramebufferNativeWindow()
    ANativeWindow::dequeueBuffer = dequeueBuffer;
    ANativeWindow::lockBuffer = lockBuffer;
    ANativeWindow::queueBuffer = queueBuffer;
    ANativeWindow::cancelBuffer = NULL;
    ANativeWindow::query = query;
    ANativeWindow::perform = perform;
}