Merge pull request #1371 from Therzok/patch-1
Update FLT_FILE_NAME_INFORMATION usage to match docs
This commit is contained in:
commit
43d7cba0f9
|
@ -414,8 +414,11 @@ _FX FLT_PREOP_CALLBACK_STATUS File_PreOperation(
|
|||
Log_Msg_Process(MSG_1319, wcPid, (PWCHAR)pStr, proc->box->session_id, proc->pid);
|
||||
Mem_Free(pStr, len);
|
||||
}
|
||||
FltReleaseFileNameInformation(pTargetFileNameInfo);
|
||||
} // if (FltGetFileNameInformation)
|
||||
|
||||
if (pTargetFileNameInfo != NULL) {
|
||||
FltReleaseFileNameInformation(pTargetFileNameInfo);
|
||||
}
|
||||
} // if (proc)
|
||||
} // if (ulOwnerPid)
|
||||
} // is this the print spooler process?
|
||||
|
|
Loading…
Reference in New Issue