mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-06-18 23:23:53 +03:00
No need to free lines before exit
This commit is contained in:
parent
fc57e89e37
commit
3d082a3efd
8
po/pl.po
8
po/pl.po
@ -265,18 +265,18 @@ msgstr "[-H] [-r|-d maks.] [-a|-b rodzaj-tzpfms] [-u|-l]"
|
|||||||
msgid "[filesystem|volume]…"
|
msgid "[filesystem|volume]…"
|
||||||
msgstr "[system-plików|wolumin]…"
|
msgstr "[system-plików|wolumin]…"
|
||||||
|
|
||||||
#: src/bin/zfs-tpm-list.cpp:152 src/bin/zfs-tpm-list.cpp:173
|
#: src/bin/zfs-tpm-list.cpp:149 src/bin/zfs-tpm-list.cpp:170
|
||||||
msgid "NAME"
|
msgid "NAME"
|
||||||
msgstr "NAZWA"
|
msgstr "NAZWA"
|
||||||
|
|
||||||
#: src/bin/zfs-tpm-list.cpp:153 src/bin/zfs-tpm-list.cpp:173
|
#: src/bin/zfs-tpm-list.cpp:150 src/bin/zfs-tpm-list.cpp:170
|
||||||
msgid "BACK-END"
|
msgid "BACK-END"
|
||||||
msgstr "RODZAJ"
|
msgstr "RODZAJ"
|
||||||
|
|
||||||
#: src/bin/zfs-tpm-list.cpp:154 src/bin/zfs-tpm-list.cpp:173
|
#: src/bin/zfs-tpm-list.cpp:151 src/bin/zfs-tpm-list.cpp:170
|
||||||
msgid "KEYSTATUS"
|
msgid "KEYSTATUS"
|
||||||
msgstr "KLUCZ"
|
msgstr "KLUCZ"
|
||||||
|
|
||||||
#: src/bin/zfs-tpm-list.cpp:173
|
#: src/bin/zfs-tpm-list.cpp:170
|
||||||
msgid "COHERENT"
|
msgid "COHERENT"
|
||||||
msgstr "SPÓJNY"
|
msgstr "SPÓJNY"
|
||||||
|
@ -116,8 +116,6 @@ int main(int argc, char ** argv) {
|
|||||||
[&](auto libz) {
|
[&](auto libz) {
|
||||||
output_line * lines{};
|
output_line * lines{};
|
||||||
size_t lines_len{};
|
size_t lines_len{};
|
||||||
quickscope_wrapper lines_deleter{[&] { free(lines); }};
|
|
||||||
|
|
||||||
|
|
||||||
TRY_MAIN(for_all_datasets(libz, argv + optind, maxdepth, [&](auto dataset) {
|
TRY_MAIN(for_all_datasets(libz, argv + optind, maxdepth, [&](auto dataset) {
|
||||||
boolean_t dataset_is_root;
|
boolean_t dataset_is_root;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user