Taylor Blau
ee4a1d63d7
builtin/multi-pack-index.c: don't leak concatenated options
...
The `multi-pack-index` builtin dynamically allocates an array of
command-line option for each of its separate modes by calling
add_common_options() to concatante the common options with sub-command
specific ones.
Because this operation allocates a new array, we have to be careful to
remember to free it. We already do this in the repack and write
sub-commands, but verify and expire don't. Rectify this by calling
FREE_AND_NULL as the other modes do.
Signed-off-by: Taylor Blau <me@ttaylorr.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2021-10-28 15:32:14 -07:00
..
2021-10-13 15:15:56 -07:00
2021-10-13 15:15:57 -07:00
2020-07-30 19:18:06 -07:00
2021-08-25 14:39:08 -07:00
2021-10-01 15:47:53 -07:00
2021-09-27 15:02:32 -07:00
2021-09-27 12:36:45 -07:00
2021-09-27 09:44:54 -07:00
2021-10-03 21:49:20 -07:00
2021-10-08 15:45:14 -07:00
2021-07-01 12:32:22 -07:00
2021-01-12 14:04:42 -08:00
2021-06-15 12:07:56 +09:00
2021-05-16 21:05:23 +09:00
2021-09-27 13:38:37 -07:00
2021-07-01 12:32:22 -07:00
2021-10-13 15:15:57 -07:00
2021-08-26 14:36:27 -07:00
2021-10-06 13:40:11 -07:00
2021-08-25 14:39:08 -07:00
2021-09-27 09:44:54 -07:00
2021-10-01 14:22:51 -07:00
2021-03-15 14:32:51 -07:00
2021-09-14 09:30:54 -07:00
2021-07-26 12:17:16 -07:00
2020-10-16 12:30:45 -07:00
2021-04-27 16:31:39 +09:00
2021-02-25 16:43:30 -08:00
2021-09-07 11:11:35 -07:00
2021-02-25 16:43:30 -08:00
2021-07-28 13:17:59 -07:00
2021-10-11 10:21:48 -07:00
2020-09-30 12:53:47 -07:00
2021-09-10 11:46:27 -07:00
2021-04-27 16:31:38 +09:00
2021-02-05 13:49:54 -08:00
2021-09-20 15:20:45 -07:00
2020-03-24 15:04:43 -07:00
2021-09-27 12:36:45 -07:00
2021-07-26 12:19:20 -07:00
2021-06-02 07:34:27 +09:00
2021-09-23 13:44:46 -07:00
2021-09-09 14:09:30 -07:00
2021-09-15 13:15:28 -07:00
2021-10-13 15:15:58 -07:00
2021-09-23 13:44:50 -07:00
2021-05-25 16:21:20 +09:00
2020-04-28 10:47:10 -07:00
2021-08-05 09:37:28 -07:00
2021-10-06 13:40:11 -07:00
2021-09-12 18:57:30 -07:00
2021-03-20 16:09:26 -07:00
2021-05-10 15:06:22 +09:00
2021-08-25 14:39:08 -07:00
2021-04-14 13:47:21 -07:00
2021-06-09 09:15:58 +09:00
2021-05-11 12:47:31 +09:00
2021-10-13 15:15:57 -07:00
2021-03-28 19:03:10 -07:00
2021-06-09 09:15:58 +09:00
2021-10-28 15:32:14 -07:00
2021-09-28 10:31:02 -07:00
2021-01-28 12:03:26 -08:00
2021-08-25 14:39:08 -07:00
2021-10-27 16:26:37 -07:00
2021-04-27 16:31:38 +09:00
2020-03-24 15:04:44 -07:00
2021-09-27 12:36:45 -07:00
2021-10-18 15:47:56 -07:00
2021-08-25 12:07:52 -07:00
2021-03-29 14:06:08 -07:00
2021-09-27 13:38:37 -07:00
2021-10-18 15:47:56 -07:00
2021-09-27 09:44:54 -07:00
2021-08-25 13:27:37 -07:00
2020-07-28 15:02:18 -07:00
2021-10-18 15:47:57 -07:00
2021-10-28 15:31:51 -07:00
2021-08-25 12:07:52 -07:00
2021-05-11 12:47:31 +09:00
2021-09-27 13:38:37 -07:00
2021-07-12 10:12:31 -07:00
2021-09-27 12:36:45 -07:00
2021-09-20 15:20:45 -07:00
2021-10-13 15:15:56 -07:00
2021-09-12 18:57:30 -07:00
2021-01-25 14:19:19 -08:00
2021-09-12 18:57:30 -07:00
2021-04-27 16:31:39 +09:00
2021-01-21 15:51:31 -08:00
2021-09-07 22:41:10 -07:00
2021-10-13 15:15:58 -07:00
2021-10-13 15:15:57 -07:00
2021-03-14 15:57:59 -07:00
2021-09-12 18:57:30 -07:00
2021-04-27 16:31:39 +09:00
2021-08-25 14:39:08 -07:00
2021-09-03 11:35:15 -07:00
2020-07-30 19:18:06 -07:00
2021-08-05 08:59:37 -07:00
2020-08-11 18:04:11 -07:00
2021-09-27 09:44:54 -07:00