fixed wrong memory disposal problem
This commit is contained in:
parent
f84b27c1de
commit
bb7ece059d
@ -1050,7 +1050,7 @@ printf (">>>>>>>>>>>>>>>>>>>>>>>> [%s] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n", proxy
|
|||||||
if (qpath_enc == QSE_NULL) goto nomem_oops;
|
if (qpath_enc == QSE_NULL) goto nomem_oops;
|
||||||
|
|
||||||
x = qse_mbs_cat (proxy->reqfwdbuf, qpath_enc);
|
x = qse_mbs_cat (proxy->reqfwdbuf, qpath_enc);
|
||||||
QSE_MMGR_FREE (httpd->mmgr, qpath_enc);
|
if (qpath != qpath_enc) QSE_MMGR_FREE (httpd->mmgr, qpath_enc);
|
||||||
|
|
||||||
if (x == (qse_size_t)-1) goto nomem_oops;
|
if (x == (qse_size_t)-1) goto nomem_oops;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user