File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ PyJsonic_JsonicType_dealloc(
5151) {
5252 jsonic_free_addr (self -> node );
5353 jsonic_free_addr (self -> from );
54+ free (self -> json );
5455 Py_TYPE (self )-> tp_free ((PyObject * ) self );
5556}
5657
Original file line number Diff line number Diff line change 1616
1717#include "lib/jsonic/jsonic.h"
1818
19- #define PYJSONIC_VERSION "1.3 "
19+ #define PYJSONIC_VERSION "1.4 "
2020
2121typedef struct {
2222 PyObject_HEAD
Original file line number Diff line number Diff line change 11[metadata]
22name = pyjsonic
3- version = 1.3
3+ version = 1.4
44author = Oğuzhan Eroğlu
55author-email = rohanrhu2@gmail.com
66home-page = https://github.com/rohanrhu/python-jsonic
Original file line number Diff line number Diff line change 2525
2626setup (
2727 name = "pyjsonic" ,
28- version = "1.3 " ,
28+ version = "1.4 " ,
2929 description = "Python bindings for Jsonic JSON reader library." ,
3030 long_description = long_description ,
3131 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments