* remove duplicate callback code
[citadel.git] / webcit / context_loop.c
index d930fd271fc8ae48bf44cc98869de79372362fd7..667c159258e71f06ba3f183808de144223ce33e4 100644 (file)
@@ -774,7 +774,6 @@ void
 HttpDetachModule_CONTEXT
 (ParsedHttpHdrs *httpreq)
 {
-       FlushStrBuf(httpreq->ReadBuf);
        FlushStrBuf(httpreq->PlainArgs);
        FlushStrBuf(httpreq->this_page);
        FlushStrBuf(httpreq->PlainArgs);
@@ -787,7 +786,6 @@ HttpDestroyModule_CONTEXT
 (ParsedHttpHdrs *httpreq)
 {
        FreeStrBuf(&httpreq->this_page);
-       FreeStrBuf(&httpreq->ReadBuf);
        FreeStrBuf(&httpreq->PlainArgs);
        FreeStrBuf(&httpreq->this_page);
        FreeStrBuf(&httpreq->PlainArgs);