1
0
Fork 0

Merge branch 'svn/trunk'

This commit is contained in:
Patryk Obara 2019-10-01 18:11:50 +02:00
commit a4a6bed5c1
8 changed files with 13 additions and 12 deletions

View file

@ -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

View file

@ -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;
}