[COVERITY][SETUPAPI] Release the blocks of memory when done
[reactos.git] / dll / win32 / setupapi / cfgmgr.c
index 98b0913..0a3035d 100644 (file)
@@ -1075,7 +1075,8 @@ CM_Add_Range(
     }
     else
     {
-
+        HeapFree(GetProcessHeap(), 0, pRange);
+        UNIMPLEMENTED;
     }
 
 done: