summaryrefslogtreecommitdiff
path: root/hieroglyph
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2011-03-22 20:20:23 +0900
committerAkira TAGOH <akira@tagoh.org>2011-03-22 20:20:23 +0900
commit7dd3d39873763cd5009545232d8163b06ae184f0 (patch)
tree3db69c83f61341efdfa1f840075a42675cebeeb9 /hieroglyph
parenta9a81b1db0316a048d075a8dab8448de6888b0be (diff)
fix a missing unlock object
Diffstat (limited to 'hieroglyph')
-rw-r--r--hieroglyph/hgoperator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hieroglyph/hgoperator.c b/hieroglyph/hgoperator.c
index c475a5c..9cdedb0 100644
--- a/hieroglyph/hgoperator.c
+++ b/hieroglyph/hgoperator.c
@@ -544,6 +544,7 @@ DEFUNC_OPER (private_applyparams)
hg_dict_add(d, qn, q, FALSE);
}
}
+ HG_VM_UNLOCK (vm, arg0);
g_list_free(keys);
hg_stack_drop(ostack);