diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/ndr/py_security.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/ndr/py_security.c b/source4/librpc/ndr/py_security.c index 1b54aab02a..7ac4d34baf 100644 --- a/source4/librpc/ndr/py_security.c +++ b/source4/librpc/ndr/py_security.c @@ -379,7 +379,6 @@ static PyObject *py_random_sid(PyObject *self) sid = dom_sid_parse_talloc(NULL, str); talloc_free(str); ret = py_talloc_import(&dom_sid_Type, sid); - talloc_free(sid); return ret; } |