Fix double free in create_category
* src/oomhelp.cpp (create_category): Do not free Variant value before VariantClear.
VariantClear will free associated VT_BSTR values and so freeing
it explicitly beforehand would cause a double free.
Fix double free in create_category Tags None Subscribers None
Description
Details
|