diff win/dw.c @ 147:b479002e013f

Upped the DW revision to 1.0, and merged with the latest code in the FX repository.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 23 Oct 2002 14:34:29 +0000
parents 2584a4646b41
children 2a0d7b57a6da
line wrap: on
line diff
--- a/win/dw.c	Tue Oct 22 14:00:47 2002 +0000
+++ b/win/dw.c	Wed Oct 23 14:34:29 2002 +0000
@@ -7002,9 +7002,9 @@
 		{
 			if(!prev)
 			{
+				*root = tmp->next;
 				free(tmp->varname);
 				free(tmp);
-				*root = tmp->next;
 				return 0;
 			}
 			else