summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativecontext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativecontext.cpp b/src/declarative/qml/qdeclarativecontext.cpp
index 237cb7e..06637d8 100644
--- a/src/declarative/qml/qdeclarativecontext.cpp
+++ b/src/declarative/qml/qdeclarativecontext.cpp
@@ -312,6 +312,7 @@ QDeclarativeContext::~QDeclarativeContext()
d->contextObjects = d->contextObjects->nextContextObject;
co->context = 0;
+ co->outerContext = 0;
co->nextContextObject = 0;
co->prevContextObject = 0;
}