projects
/
browser-dbus-bridge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[jscore] Release property string
[browser-dbus-bridge.git]
/
jscorebus
/
jscorebus.c
diff --git
a/jscorebus/jscorebus.c
b/jscorebus/jscorebus.c
index d3d38222dc149979fc25fcd707798b209a891e71..86dde1853ec223462a9f0ef594311408f33dc221 100644
(file)
--- a/
jscorebus/jscorebus.c
+++ b/
jscorebus/jscorebus.c
@@
-601,5
+601,6
@@
void jscorebus_export(JSGlobalContextRef context)
JSObjectSetProperty(context, globalObject,
jsstr, dbus,
kJSPropertyAttributeNone, NULL);
+ JSStringRelease(jsstr);
}