j
k
j a
j l
Pierre Schweitzer pierre@reactos.org writes:
+done: if (redirect) ctxt->resource->lpLocalName = NULL;
+done:
ctxt->resource->lpLocalName = NULL;
It looks quite suspicious to modify that input parameter and restore it at the end. You should probably use a copy instead.
Back to the thread
Back to the list