dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb20907
)
Fixed memory leak.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 26 Jan 2003 16:48:28 +0000
(16:48 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 26 Jan 2003 16:48:28 +0000
(16:48 +0000)
gom/submission.c
patch
|
blob
|
history
diff --git
a/gom/submission.c
b/gom/submission.c
index 3aed081f0da239d8ffcc99dd58ae7f105b8aadb2..cbdde5624537038d57f5c6845fc830d97168daef 100644
(file)
--- a/
gom/submission.c
+++ b/
gom/submission.c
@@
-75,6
+75,7
@@
void CLEANFUNC(submission)()
SAFE_FREE(gom_submission->record_id);
DESTROY_CHAIN_ELTS(user_data, gom_submission->extra);
}
+ SAFE_FREE(gom_submission);
}
struct submission* gom_get_submission()