Author: jgardou Date: Mon Mar 29 00:18:45 2010 New Revision: 46529
URL: http://svn.reactos.org/svn/reactos?rev=46529&view=rev Log: [WIN32K] Forgot this one
Modified: branches/reactos-yarotows/subsystems/win32/win32k/ntuser/metric.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/ntuser/metric.c URL: http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win3... ============================================================================== --- branches/reactos-yarotows/subsystems/win32/win32k/ntuser/metric.c [iso-8859-1] (original) +++ branches/reactos-yarotows/subsystems/win32/win32k/ntuser/metric.c [iso-8859-1] Mon Mar 29 00:18:45 2010 @@ -39,6 +39,7 @@ { Width = ppdev->gdiinfo.ulHorzRes; Height = ppdev->gdiinfo.ulVertRes; + PDEVOBJ_vRelease(ppdev); }
piSysMet = gpsi->aiSysMet;