Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a39629c8
Commit
a39629c8
authored
Jul 22, 2003
by
rswindell
Browse files
Bugfix in last commit: don't destroy context twice.
parent
9299ff0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sbbs3/services.c
src/sbbs3/services.c
+1
-0
No files found.
src/sbbs3/services.c
View file @
a39629c8
...
...
@@ -1031,6 +1031,7 @@ static void js_static_service_thread(void* arg)
JS_DestroyScript
(
js_cx
,
js_script
);
JS_DestroyContext
(
js_cx
);
/* Free Context */
js_cx
=
NULL
;
}
while
(
!
service
->
terminated
&&
service
->
options
&
SERVICE_OPT_STATIC_LOOP
);
if
(
js_cx
!=
NULL
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment