Re: winegdb: Fix crash in empty first command

2006-03-10 Thread Eric Pouech
Eric Pouech wrote: Vitor T. Sessak wrote: 2006/3/7, Eric Pouech 2006/3/6, Vitor T. Sessak <http://www.winehq.org/mailman/listinfo/wine-patches>>: / />>/ Changelog: />>/ winegdb: Fix crash in empty first command />>/ />>/ Winedbg crashes when pr

Re: winegdb: Fix crash in empty first command

2006-03-10 Thread Eric Pouech
Vitor T. Sessak wrote: 2006/3/7, Eric Pouech 2006/3/6, Vitor T. Sessak <http://www.winehq.org/mailman/listinfo/wine-patches>>: / />>/ Changelog: />>/ winegdb: Fix crash in empty first command />>/ />>/ Winedbg crashes when pressing enter as its first co

Re: winegdb: Fix crash in empty first command

2006-03-07 Thread Eric Pouech
2006/3/6, Vitor T. Sessak <[EMAIL PROTECTED]>: Changelog:winegdb: Fix crash in empty first commandWinedbg crashes when pressing enter as its first command.   this is wrong as the last_line will be HeapFree'd when the next command is keyed in.