[gjs] util: Seal up a missing EndRequest
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] util: Seal up a missing EndRequest
- Date: Tue, 25 Jun 2013 19:40:25 +0000 (UTC)
commit 028c696a8b6845679d8e57af7665e861665d00da
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jun 24 21:07:51 2013 -0400
util: Seal up a missing EndRequest
https://bugzilla.gnome.org/show_bug.cgi?id=703068
gjs/jsapi-util.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gjs/jsapi-util.c b/gjs/jsapi-util.c
index 210e8f5..ca2f2a6 100644
--- a/gjs/jsapi-util.c
+++ b/gjs/jsapi-util.c
@@ -513,6 +513,8 @@ gjs_log_exception_full(JSContext *context,
g_free(utf8_message);
g_free(utf8_stack);
+ JS_EndRequest(context);
+
return JS_TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]