Skip to content

Commit 9e61034

Browse files
committed
better comment
1 parent 89237f4 commit 9e61034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_remote_debugging/module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ _remote_debugging_BinaryWriter_finalize_impl(BinaryWriterObject *self)
15631563
return NULL;
15641564
}
15651565

1566-
/* Save total_samples before finalizing */
1566+
/* Preserve total_samples before destroying the writer */
15671567
self->cached_total_samples = self->writer->total_samples;
15681568

15691569
binary_writer_destroy(self->writer);

0 commit comments

Comments
 (0)