diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/pyhbac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/pyhbac.c b/src/python/pyhbac.c index 05938db99..e9dce9b01 100644 --- a/src/python/pyhbac.c +++ b/src/python/pyhbac.c @@ -1684,6 +1684,7 @@ HbacRequest_repr(HbacRequest *self) Py_DECREF(targethost_repr); Py_DECREF(srchost_repr); Py_DECREF(format); + return NULL; } o = PyUnicode_Format(format, args); |