Description
In case KspCopyPropertySets() fails it frees Table, however in KsMergeAutomationTables() we are trying to free again during the cleanup.
The patch fix this issue by setting Tables=NULL.
CID 1322295
In case KspCopyPropertySets() fails it frees Table, however in KsMergeAutomationTables() we are trying to free again during the cleanup.
The patch fix this issue by setting Tables=NULL.
CID 1322295