8000 fix possible illegal access (#6556) · soualid/arangodb@b12a2a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b12a2a4

Browse files
graetzerjsteemann
authored andcommitted
fix possible illegal access (arangodb#6556)
1 parent 036e28b commit b12a2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arangosh/Shell/V8ClientConnection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ V8ClientConnection::V8ClientConnection()
6969
}
7070

7171
V8ClientConnection::~V8ClientConnection() {
72+
_builder.onFailure(nullptr); // reset callback
7273
shutdownConnection();
7374
}
7475

0 commit comments

Comments
 (0)
0