Merge branch 'mac-shutdown-crash-frame-dtor' into fix-osx-crash-on-exit

This commit is contained in:
sabrina-shanman 2018-06-29 09:38:23 -07:00
commit 8cbe5e4541

View file

@ -21,10 +21,7 @@ Frame::~Frame() {
framebuffer.reset();
}
assert(bufferUpdates.empty());
if (!bufferUpdates.empty()) {
qFatal("Buffer sync error... frame destroyed without buffer updates being applied");
}
bufferUpdates.clear();
}
void Frame::finish() {