Fix context leak
This commit is contained in:
parent
788eed763a
commit
dc16dd98fb
12 changed files with 59 additions and 38 deletions
|
|
@ -157,6 +157,11 @@ typedef struct workarea {
|
|||
typedef struct sj3context {
|
||||
Global* work;
|
||||
STDY* stdy;
|
||||
|
||||
JREC* jrec_free;
|
||||
JREC* jrec_pool;
|
||||
CLREC* clrec_free;
|
||||
CLREC* clrec_pool;
|
||||
} Sj3Context;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue