Make sure we clear canonical url when we redirect as well

This commit is contained in:
Ai Lin Chia
2018-04-10 15:27:38 +02:00
parent a60ee4b038
commit f75ad48446

@ -8055,6 +8055,9 @@ char **XmlDoc::getHttpReply ( ) {
m_redirUrlValid = false;
m_metaRedirUrlValid = false;
m_canonicalRedirUrlValid = false;
m_canonicalUrlValid = false;
// free it
mfree ( m_httpReply , m_httpReplyAllocSize, "freehr" );