Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
3205607c
Commit
3205607c
authored
Feb 26, 2023
by
Emmanuel Bertin
Browse files
Fix memory leak.
parent
869e9a3f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/catout.c
View file @
3205607c
...
...
@@ -1086,6 +1086,7 @@ void reendcat()
QFTELL
(
fitscat
->
file
,
pos
,
fitscat
->
filename
);
QFSEEK
(
fitscat
->
file
,
tab
->
headpos
,
SEEK_SET
,
fitscat
->
filename
);
save_tab
(
fitscat
,
tab
);
remove_tab
(
fitscat
,
"LDAC_IMHEAD"
,
0
);
QFSEEK
(
fitscat
->
file
,
pos
,
SEEK_SET
,
fitscat
->
filename
);
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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