comparison src/scrollbar-msw.c @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents 79c6ff3eef26
children 04bc9d2f42c7
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
98 assert (OPAQUE_PTRP (ptr)); 98 assert (OPAQUE_PTRP (ptr));
99 ptr = Fremhash (ptr, Vmswindows_scrollbar_instance_table); 99 ptr = Fremhash (ptr, Vmswindows_scrollbar_instance_table);
100 assert (!NILP (ptr)); 100 assert (!NILP (ptr));
101 DestroyWindow (SCROLLBAR_MSW_HANDLE (sb)); 101 DestroyWindow (SCROLLBAR_MSW_HANDLE (sb));
102 if (sb->scrollbar_data) 102 if (sb->scrollbar_data)
103 xfree (sb->scrollbar_data); 103 xfree (sb->scrollbar_data, void *);
104 } 104 }
105 105
106 static void 106 static void
107 unshow_that_mofo (void *handle) 107 unshow_that_mofo (void *handle)
108 { 108 {