Skip to content

Commit c735357

Browse files
bjorihanumantmk
authored andcommitted
Missing entry call
Was interesting seeing tracing leaving a function it didn't enter Closes #123
1 parent da5dc19 commit c735357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mongoc/mongoc-cursor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ mongoc_cursor_destroy (mongoc_cursor_t *cursor)
323323
{
324324
BSON_ASSERT(cursor);
325325

326+
ENTRY;
327+
326328
if (cursor->iface.destroy) {
327329
cursor->iface.destroy(cursor);
328330
} else {

0 commit comments

Comments
 (0)