I have the following variable as WCHAR:
WCHAR processI_name[MAX_PATH];
I would like to know how to free the memory of this variable. I tried