Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/nazgob/capybara-webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jun 29, 2011
2 parents d40a1d0 + 720deef commit 8cfb09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void Connection::readDataBlock() {
buffer[m_expectingDataSize] = 0;
processNext(buffer);
m_expectingDataSize = -1;
delete buffer;
delete[] buffer;
}

void Connection::processNext(const char *data) {
Expand Down

0 comments on commit 8cfb09e

Please sign in to comment.