Merge branch 'svn/trunk'
This commit is contained in:
commit
a4a6bed5c1
8 changed files with 13 additions and 12 deletions
|
@ -1072,7 +1072,7 @@ Bitu IPX_ESRHandler(void) {
|
|||
CALLBACK_RunRealFar(RealSeg(ESRList->getESRAddr()),
|
||||
RealOff(ESRList->getESRAddr()));
|
||||
}
|
||||
delete ESRList;
|
||||
delete ESRList; //Destructor updates this pointer to the next value or NULL
|
||||
} // while
|
||||
|
||||
IO_WriteB(0xa0,0x63); //EOI11
|
||||
|
|
|
@ -289,6 +289,7 @@ bool SERIAL_open(const char* portname, COMPORT* port) {
|
|||
|
||||
size_t len = strlen(portname);
|
||||
if(len > 240) {
|
||||
free(cp);
|
||||
///////////////////////////////////SetLastError(ERROR_BUFFER_OVERFLOW);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue