Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: plug memory leaks for the option values
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index dd4d33a5723737d8cdd44a138c666997802afd23..8453669765b38cca7203fc7634c511a3ee652d68 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-34,11
+34,11
@@
struct replay_opts {
int mainline;
- c
onst c
har *gpg_sign;
+ char *gpg_sign;
/* Merge strategy */
- c
onst c
har *strategy;
- c
onst c
har **xopts;
+ char *strategy;
+ char **xopts;
size_t xopts_nr, xopts_alloc;
/* Only used by REPLAY_NONE */