wbemprox: Fix a memory leak.

This commit is contained in:
Hans Leidekker 2015-04-02 16:19:12 +02:00 committed by Alexandre Julliard
parent 3c5ef7c4ad
commit db6d7dd060
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static const struct column col_compsys[] =
{ prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 }, { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 },
{ prop_numprocessorsW, CIM_UINT32, VT_I4 }, { prop_numprocessorsW, CIM_UINT32, VT_I4 },
{ prop_totalphysicalmemoryW, CIM_UINT64 }, { prop_totalphysicalmemoryW, CIM_UINT64 },
{ prop_usernameW, CIM_STRING } { prop_usernameW, CIM_STRING|COL_FLAG_DYNAMIC }
}; };
static const struct column col_compsysproduct[] = static const struct column col_compsysproduct[] =
{ {