This website works better with JavaScript.
Explore
Help
Register
Sign In
nijinlong1
/
sledge-serverles-framwork
Watch
1
Star
0
Fork
You've already forked sledge-serverles-framwork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fix: double free on error
Browse Source
master
Sean McBride
3 years ago
parent
fde4b8f3e6
commit
130617f406
1 changed files
with
0 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
runtime/src/module.c
Unescape
Escape
View File
@ -110,7 +110,6 @@ done:
return
module
;
init_err
:
free
(
path
)
;
free
(
module
)
;
err
:
module
=
NULL
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
nijinlong1/sledge-serverles-framwork
Title
Body
Create Issue