Skip to content
Snippets Groups Projects
Commit 41943d23 authored by Daniel Amm's avatar Daniel Amm Committed by Jean-Baptiste Kempf
Browse files

activex: add missing VariantClear() (refs #17521)


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2e544b26
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ public:
V_BSTR(&arg) = bstr;
VariantInit(&_v);
VariantCopy(&_v, &arg);
VariantClear(&arg);
};
inline const VARIANTARG *variantArg(void) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment