wbemprox: Fix a memory leak.

This commit is contained in:
Hans Leidekker 2012-09-18 13:11:42 +02:00 committed by Alexandre Julliard
parent 8e14c9413b
commit d8d6821cd4
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ static const struct column col_os[] =
{ prop_csdversionW, CIM_STRING },
{ prop_osarchitectureW, CIM_STRING },
{ prop_oslanguageW, CIM_UINT32, VT_I4 },
{ prop_systemdirectoryW, CIM_STRING }
{ prop_systemdirectoryW, CIM_STRING|COL_FLAG_DYNAMIC }
};
static const struct column col_params[] =
{