Commit 14343b22 authored by Joshua Bussdieker's avatar Joshua Bussdieker

Forgot a delete

parent cddf590e
......@@ -2,7 +2,7 @@
// http://tools.ietf.org/html/draft-fielding-http-key-00
//
//#include "config.h"
#include "config.h"
#include "cache.h"
......@@ -330,6 +330,7 @@ KEY_Create(struct busyobj *bo, struct vsb **psb)
if (KEY_Match(bo->bereq, VSB_data(sb)) == 0) {
VSLb(bo->vsl, SLT_Error, "Cache key doesn't match request");
VSB_delete(sb);
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment