1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
This commit is contained in:
Mike Burns 2011-06-29 15:13:55 -04:00
commit 8cfb09ee4c

View file

@ -56,7 +56,7 @@ void Connection::readDataBlock() {
buffer[m_expectingDataSize] = 0; buffer[m_expectingDataSize] = 0;
processNext(buffer); processNext(buffer);
m_expectingDataSize = -1; m_expectingDataSize = -1;
delete buffer; delete[] buffer;
} }
void Connection::processNext(const char *data) { void Connection::processNext(const char *data) {