diff options
-rw-r--r-- | util.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -99,8 +99,6 @@ int py_str_as_str(PyObject *py_str, char **outstr) } err_out: - if (py_str) - Py_XDECREF(py_str); if (py_encstr) Py_XDECREF(py_encstr); |
index : libsigrokdecode.git | ||
libsigrokdecode | ejona86@gmail.com |
summaryrefslogtreecommitdiff |
-rw-r--r-- | util.c | 2 |
@@ -99,8 +99,6 @@ int py_str_as_str(PyObject *py_str, char **outstr) } err_out: - if (py_str) - Py_XDECREF(py_str); if (py_encstr) Py_XDECREF(py_encstr); |