mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
wbemprox: Fix a memory leak.
This commit is contained in:
parent
8e14c9413b
commit
d8d6821cd4
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user