-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 0.3.17
-
Component/s: Applications
-
Labels:None
-
Module:
[reactos/base/shell/cmd/replace.c:191]: (error) Mismatching allocation and deallocation: buffer
buffer is allocated with VirtualAlloc() but freed with cmd_free() with just translates to crt free(), probably corrupts the heap and leaks the buffer. Use VirtualFree() instead.