sequencer: plug memory leaks for the option values
[gitweb.git] / sequencer.h
index dd4d33a5723737d8cdd44a138c666997802afd23..8453669765b38cca7203fc7634c511a3ee652d68 100644 (file)
@@ -34,11 +34,11 @@ struct replay_opts {
 
        int mainline;
 
-       const char *gpg_sign;
+       char *gpg_sign;
 
        /* Merge strategy */
-       const char *strategy;
-       const char **xopts;
+       char *strategy;
+       char **xopts;
        size_t xopts_nr, xopts_alloc;
 
        /* Only used by REPLAY_NONE */