Fix some memory leaks found by smatch.
[wine] / programs / wineconsole / curses.c
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-22  Eric Pouech- win32 console's window cannot be larger than curses...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Mike McCormackDlopen libncurses.so in wineconsole.
2003-06-14  Alexandre JulliardFixed WCCURSES_InitBackend prototype in the no curses...
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-06-04  Jukka HeinonenWineconsole curses backend now works even if terminal...
2003-04-03  Alexandre JulliardAvoid warning on redefinition of KEY_EVENT.
2003-03-04  Eric PouechIn curses backend, apply the quick-edit directive from...
2003-02-14  Eric Pouech- fixed mouse event generation
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-07  Eric Pouech- fixed some update problems (generic & while scrolling)
2002-12-23  Eric PouechFixed several bugs:
2002-12-13  Eric PouechAdded a (n)curses backend to the wineconsole.