mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; src/json.c: update value of parser->object_workspace_size
It was removed in a merge commit (50c6d07035) and was causing a large
memory leak.
This commit is contained in:
parent
d150f9800d
commit
18548c4b25
1 changed files with 1 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ json_make_object_workspace_for_slow_path (struct json_parser *parser,
|
|||
sizeof (Lisp_Object) * parser->object_workspace_current);
|
||||
#endif
|
||||
parser->object_workspace = new_workspace_ptr;
|
||||
parser->object_workspace_size = new_workspace_size;
|
||||
}
|
||||
|
||||
INLINE void
|
||||
|
|
|
|||
Loading…
Reference in a new issue