Commit fba6a40
committed
sequencer: use oidmap_clear_with_free() for string_entry cleanup
Switch cleanup of the string_entry oidmap to
oidmap_clear_with_free() and introduce a free_string_entry()
helper to properly free each allocated struct string_entry.
This aligns with the ongoing migration to use the callback-based
oidmap cleanup API.
Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com>1 parent 8c80765 commit fba6a40
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5654 | 5654 | | |
5655 | 5655 | | |
5656 | 5656 | | |
| 5657 | + | |
| 5658 | + | |
| 5659 | + | |
| 5660 | + | |
| 5661 | + | |
| 5662 | + | |
5657 | 5663 | | |
5658 | 5664 | | |
5659 | 5665 | | |
| |||
6044 | 6050 | | |
6045 | 6051 | | |
6046 | 6052 | | |
6047 | | - | |
6048 | | - | |
| 6053 | + | |
| 6054 | + | |
6049 | 6055 | | |
6050 | 6056 | | |
6051 | 6057 | | |
| |||
0 commit comments