changeset 343:bab5cd8dd93f

Forgot to free the array of pointers in the notebook control.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 11 Apr 2003 12:20:12 +0000
parents 4029240b5e63
children 6a374f337d1f
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Fri Apr 11 11:12:06 2003 +0000
+++ b/win/dw.c	Fri Apr 11 12:20:12 2003 +0000
@@ -389,6 +389,7 @@
 					free(array[z]);
 				}
 			}
+			free(array);
 		}
 	}