projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f774e
)
erlang plugin: Have "send_error" free the *entire* term.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 14 Nov 2009 09:15:44 +0000
(10:15 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 14 Nov 2009 09:15:44 +0000
(10:15 +0100)
src/erlang.c
patch
|
blob
|
history
diff --git
a/src/erlang.c
b/src/erlang.c
index
93b2441
..
96f77ae
100644
(file)
--- a/
src/erlang.c
+++ b/
src/erlang.c
@@
-127,7
+127,7
@@
static int send_error (int fd, ETERM *to, const char *message) /* {{{ */
else
status = 0;
- erl_free_
term
(reply);
+ erl_free_
compound
(reply);
return (status);
} /* }}} int send_error */