in prot.c
--- prot.c~ 2009-11-29 01:55:35.000000000 +0100
+++ prot.c 2009-12-28 15:00:22.308353126 +0100
@@ -1001,6 +1001,9 @@
c->out_job = allocate_job(resp_z); /* fake job to hold response
data */
if (!c->out_job) return reply_serr(c, MSG_OUT_OF_MEMORY);
+ /* Mark this job as a copy so it can be appropriately freed later
on */
+ c->out_job->state = JOB_STATE_COPY;
+
/* now actually format the response */
buf = c->out_job->body;
buf += snprintf(buf, 5, "---\n");
--
You received this message because you are subscribed to the Google Groups
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/beanstalk-talk?hl=en.