Why the KeEnterCriticalRegion?

[email protected] wrote:
> -             if (pAttr) FreeObjectAttr(pAttr);
> +             if (pAttr)
> +             {
> +                KeEnterCriticalRegion();
> +                FreeObjectAttr(pAttr);
> +                KeLeaveCriticalRegion();
> +             }
>               break;
>   


_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to