Skip to content

Commit

Permalink
Ugh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Feb 1, 2025
1 parent 8a18fde commit 82425c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsl/reader/tbf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ PyObject *read_tbf_impl(PyObject *self, PyObject *args) {
if( nstand != NSTAND ) {
cached_nstand = nstand; // Update for next time
Py_XDECREF(tbf_size); // Update for next time
tbf_size = null; // Force NULL since Py_XDECREF isn't guaranteed to change tbf_size
tbf_size = NULL; // Force NULL since Py_XDECREF isn't guaranteed to change tbf_size
PyObject_CallMethod(ph, "seek", "ii", -frameSize, 1);

switch(nstand) {
Expand Down

0 comments on commit 82425c7

Please sign in to comment.