Index: src/plugin/PluginFilter.cpp |
=================================================================== |
--- a/src/plugin/PluginFilter.cpp |
+++ b/src/plugin/PluginFilter.cpp |
@@ -355,8 +355,7 @@ |
} |
else |
{ |
- CComBSTR attrArgument(attrIt->m_attr.length(), attrIt->m_attr.c_str()); |
- auto x = GetHtmlElementAttribute(*pEl, attrArgument); |
+ auto x = GetHtmlElementAttribute(*pEl, attrIt->m_attr); |
attrFound = x.isAttributeFound; |
if (attrFound) |
{ |