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

Commit 34725687 authored by Chris Craik's avatar Chris Craik
Browse files

Don't try to fully tear down program in terminate()

bug:19277550

The program will be destroyed anyway by nature of the program cache cleanup.

Change-Id: I304becd34fdf40baf314bae8b37d2c072ad44409
parent 03188874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ void Caches::terminate() {
    fboCache.clear();

    programCache.clear();
    setProgram(nullptr);
    mProgram = nullptr;

    patchCache.clear();