[COVERITY][SETUPAPI] Release the blocks of memory when done
authorBișoc George <fraizeraust99@gmail.com>
Fri, 1 Mar 2019 19:24:18 +0000 (20:24 +0100)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sat, 2 Mar 2019 19:39:09 +0000 (20:39 +0100)
commit0bc8e2a5bb733d4227b474b50d1b8ebfd0b3ee09
tree254e5ccbaf56a39dc61c4ede93f112ee4243bea4
parentb6262a25fd0a21de10af78ce84cdf0b6add2978f
[COVERITY][SETUPAPI] Release the blocks of memory when done

pRange variable allocates blocks of memory from the heap by HeapAlloc() although this resource is never freed afterwards.

COVERITY CID 1427056
dll/win32/setupapi/cfgmgr.c