diff --git a/qt/qt_common/map_widget.cpp b/qt/qt_common/map_widget.cpp index 31c6a56072..07da1e31f3 100644 --- a/qt/qt_common/map_widget.cpp +++ b/qt/qt_common/map_widget.cpp @@ -272,7 +272,6 @@ void MapWidget::Build() // Introduced in https://github.com/organicmaps/organicmaps/pull/9814 f->glEnableVertexAttribArray(0); f->glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(QVector4D), nullptr); - m_vbo->release(); m_program->release(); m_vao->release();