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
c3d4de93
Commit
c3d4de93
authored
Oct 08, 2011
by
Emmanuel Bertin
Browse files
Fixed large memory leak in model-fitting.
parent
6fb2f5c4
Changes
2
Show whitespace changes
Inline
Side-by-side
man/sex.1
View file @
c3d4de93
.TH SEXTRACTOR "1" "
Septem
ber 2011" "SExtractor 2.14.7" "User Commands"
.TH SEXTRACTOR "1" "
Octo
ber 2011" "SExtractor 2.14.7" "User Commands"
.SH NAME
.SH NAME
sex \- extract a source catalogue from an astronomical FITS image
sex \- extract a source catalogue from an astronomical FITS image
.SH SYNOPSIS
.SH SYNOPSIS
...
...
src/profit.c
View file @
c3d4de93
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
*
* Last modified: 0
6/09
/2011
* Last modified: 0
8/10
/2011
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
@@ -3313,7 +3313,7 @@ INPUT Pointer to the profile-fitting structure,
...
@@ -3313,7 +3313,7 @@ INPUT Pointer to the profile-fitting structure,
OUTPUT A pointer to an allocated prof structure.
OUTPUT A pointer to an allocated prof structure.
NOTES -.
NOTES -.
AUTHOR E. Bertin (IAP)
AUTHOR E. Bertin (IAP)
VERSION
22/04
/2011
VERSION
08/10
/2011
***/
***/
profstruct
*
prof_init
(
profitstruct
*
profit
,
unsigned
int
modeltype
)
profstruct
*
prof_init
(
profitstruct
*
profit
,
unsigned
int
modeltype
)
{
{
...
@@ -3520,8 +3520,6 @@ profstruct *prof_init(profitstruct *profit, unsigned int modeltype)
...
@@ -3520,8 +3520,6 @@ profstruct *prof_init(profitstruct *profit, unsigned int modeltype)
break
;
break
;
}
}
QMALLOC
(
prof
->
pix
,
float
,
prof
->
npix
);
if
(
prof
->
naxis
>
2
)
if
(
prof
->
naxis
>
2
)
{
{
prof
->
kernelnlines
=
1
;
prof
->
kernelnlines
=
1
;
...
...
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