summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-11 22:32:43 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-11 22:32:43 +1100
commit682e9404c43ece4d38f35e199429f63a8c3c6c99 (patch)
tree18f2416ee6d59e5850cf9d7c7d39a57aa66d3a7a /android
parent6ee24f07d780fe1c16fb41a9e1de67c0a41b2420 (diff)
downloadqtlocation-mapboxgl-682e9404c43ece4d38f35e199429f63a8c3c6c99.tar.gz
We no longer need to call Map::terminate9
Diffstat (limited to 'android')
-rw-r--r--android/cpp/NativeMapView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cpp/NativeMapView.cpp b/android/cpp/NativeMapView.cpp
index 00fb11b2b5..eadf40c3ed 100644
--- a/android/cpp/NativeMapView.cpp
+++ b/android/cpp/NativeMapView.cpp
@@ -243,7 +243,7 @@ bool NativeMapView::initializeContext() {
void NativeMapView::terminateContext() {
LOG_VERBOSE("NativeMapView::terminateContext");
- map->terminate();
+ //map->terminate();
if (display != EGL_NO_DISPLAY) {
if (!eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE,