aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4function.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-16 15:57:50 +0200
committerLars Knoll <lars.knoll@digia.com>2013-08-16 19:13:02 +0200
commit0d4657cc172d8b3dbd491da10ff88912603b0024 (patch)
tree4cdaa5e7252555a06e45f7d4f73ac6d256659f3a /src/qml/jsruntime/qv4function.cpp
parent75cc05fcf472453fc33b262c70af46344adff666 (diff)
Initial port of moth to the new compile data structures
Change-Id: I2ead40c5c8c9b12b29c48c387ea424838d1f7d9e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4function.cpp')
-rw-r--r--src/qml/jsruntime/qv4function.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4function.cpp b/src/qml/jsruntime/qv4function.cpp
index 3891bb7000..8c95452f3c 100644
--- a/src/qml/jsruntime/qv4function.cpp
+++ b/src/qml/jsruntime/qv4function.cpp
@@ -57,7 +57,6 @@ Function::~Function()
UnwindHelper::deregisterFunction(this); // ### move to masm compilation unit
Q_ASSERT(!refCount);
- delete[] codeData;
foreach (Function *f, nestedFunctions)
f->deref();
if (compilationUnit)