Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Aug 25, 2024
1 parent f1dbfb2 commit 609edcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/meds_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,8 @@ void Subject::delete_self() {
}

PyObject** to_remove =
saved_properties + subject_database->get_num_properties() * subject_length;
saved_properties +
subject_database->get_num_properties() * subject_length;
for (size_t i = 0; i < num_allocated; i++) {
Py_DECREF(to_remove[i]);
}
Expand Down

0 comments on commit 609edcb

Please sign in to comment.