[ros-diffs] [greatlrd] 38586: fix a bug inside WinWatchClose it did endless loop when it try remove a gpWatchList entry
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Mon Jan 5 18:17:37 CET 2009
Author: greatlrd
Date: Mon Jan 5 11:17:36 2009
New Revision: 38586
URL: http://svn.reactos.org/svn/reactos?rev=38586&view=rev
Log:
fix a bug inside WinWatchClose it did endless loop when it try remove a gpWatchList entry
Modified:
branches/reactx/reactos/dll/win32/dciman32/dciman_main.c
Modified: branches/reactx/reactos/dll/win32/dciman32/dciman_main.c
URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/dll/win32/dciman32/dciman_main.c?rev=38586&r1=38585&r2=38586&view=diff
==============================================================================
--- branches/reactx/reactos/dll/win32/dciman32/dciman_main.c [iso-8859-1] (original)
+++ branches/reactx/reactos/dll/win32/dciman32/dciman_main.c [iso-8859-1] Mon Jan 5 11:17:36 2009
@@ -481,8 +481,8 @@
if ( tmp_gpWinWatchList->prev != NULL )
{
tmp_gpWinWatchList->prev = ((LPWINWATCH_INT)tmp_gpWinWatchList->prev)->prev ;
- }
-
+ }
+ break;
}
else
{
More information about the Ros-diffs
mailing list