Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
saeed
SSHC
Commits
4f2c80eb
Commit
4f2c80eb
authored
Apr 04, 2018
by
saeed
Browse files
modification
parent
0945614c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sshval.c
View file @
4f2c80eb
...
...
@@ -205,8 +205,8 @@ int main(int argc, char *argv[]){
Data
sshdata
=
{
NULL
,
NULL
};
Readsshcsv
(
filename
,
station
,
idbeg
,
idend
,
&
sshdata
);
free
(
sshdata
.
icontent
);
free
(
sshdata
.
fcontent
);
if
(
sshdata
.
icontent
!=
NULL
)
free
(
sshdata
.
icontent
);
if
(
sshdata
.
fcontent
!=
NULL
)
free
(
sshdata
.
fcontent
);
return
0
;
}
Write
Preview
Supports
Markdown
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