Fix an invalid memory read.
commit2d92e194efbb7973847640a4fb78b4be30603700
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 9 Mar 2010 21:34:06 +0000 (9 16:34 -0500)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 9 Mar 2010 21:34:06 +0000 (9 16:34 -0500)
tree10a193761898d76ffbce7cbdec3bc5d9f301e582
parent26c3a1a371aaa55e2ee322d8c722e1f46bed5d38
Fix an invalid memory read.

The window-list data gets freed when we abort the list. So read what
we need to before aborting the list.
src/list_window.c