projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bf525bd
)
Don't release borrowed reference
author
Bert Vermeulen
<redacted>
Thu, 17 Oct 2013 14:26:58 +0000
(16:26 +0200)
committer
Bert Vermeulen
<redacted>
Thu, 17 Oct 2013 14:28:18 +0000
(16:28 +0200)
controller.c
patch
|
blob
|
blame
|
history
diff --git
a/controller.c
b/controller.c
index 672ac93258b67d8c8317c9508ae581c337f302a4..c196dad71c9bbfcb47c94ebd3c965765ddde9882 100644
(file)
--- a/
controller.c
+++ b/
controller.c
@@
-407,7
+407,6
@@
SRD_API int srd_inst_option_set(struct srd_decoder_inst *di,
ret = SRD_OK;
err_out:
- Py_XDECREF(py_optlist);
Py_XDECREF(py_di_options);
Py_XDECREF(py_dec_optkeys);
Py_XDECREF(py_dec_options);