aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-12-11 00:11:34 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-12-11 00:15:57 +0100
commit7b7aba5392442cb3c5c6666f82ec7f725c20bbce (patch)
tree8fb85e60994f0afcf5713aa826f7c738bfde7cbe
parent94c1802529dba1a27a10cc2fddfa85f95eb5431e (diff)
downloadpacrunner-7b7aba5392442cb3c5c6666f82ec7f725c20bbce.tar.gz
v8: Remove incorrect comment
The client.c code frees the string.
-rw-r--r--plugins/v8.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/v8.cc b/plugins/v8.cc
index 117e0f0..cc38189 100644
--- a/plugins/v8.cc
+++ b/plugins/v8.cc
@@ -274,7 +274,6 @@ static char *v8_execute(const char *url, const char *host)
return NULL;
}
- /* Hrm, how to fix this leak? */
char *retval = g_strdup(*v8::String::Utf8Value(result->ToString()));
if (!gc_source)