mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Fix a memory leak svn path=/trunk/; revision=56367
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* FILE: ntoskrnl/fsrtl/name.c
|
||||
* PURPOSE: Provides DBCS parsing and other support routines for FSDs
|
||||
* PROGRAMMERS: Alex Ionescu ([email protected])
|
||||
* Pierre Schweitzer ([email protected])
|
||||
* Pierre Schweitzer ([email protected])
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
@@ -251,6 +251,11 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
|
||||
ExpressionPosition++;
|
||||
}
|
||||
|
||||
if (BackTracking)
|
||||
{
|
||||
ExFreePoolWithTag(BackTracking, 'nrSF');
|
||||
}
|
||||
|
||||
return (ExpressionPosition == Expression->Length && NamePosition == Name->Length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user