OSDN Git Service

fix [2319255] crash in openGL : from the media recorder stress test.
authorMathias Agopian <mathias@google.com>
Thu, 10 Dec 2009 23:52:29 +0000 (15:52 -0800)
committerMathias Agopian <mathias@google.com>
Thu, 10 Dec 2009 23:59:08 +0000 (15:59 -0800)
commit083a557c25e0032bc4900f335b6643d0badd09ce
tree9857c00ce37ca5faa422d7c710f7175b0cd3ff9e
parentb9b45a5e26ed020a39a507a173d9f29e336cf989
fix [2319255] crash in openGL : from the media recorder stress test.

never call eglCreateImageKHR() with a NULL native buffer, which can
happen in OOM conditions.
libs/surfaceflinger/Layer.cpp