X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fobjset%2F_info;h=967764e7e86cb9de97c622e9b297e74071b85907;hp=5831f584da9e3707710c6141f34cbaeac6da3e98;hb=HEAD;hpb=291237b4fed863be74051274ac5ad9920cb33cc3 diff --git a/ccan/objset/_info b/ccan/objset/_info index 5831f584..116c2596 100644 --- a/ccan/objset/_info +++ b/ccan/objset/_info @@ -39,11 +39,13 @@ * printf("%i,", i); * printf("\n"); * } + * // Keep -fsanitize=address leak detection happy. + * objset_clear(&args); * return 0; * } - * // Given 'a b c' outputs No arguments start with -. - * // Given 'a -b c' outputs 2, - * // Given 'a -b -c d' outputs 2,3, + * // Given "a b c" outputs No arguments start with -. + * // Given "a -b c" outputs 2, + * // Given "a -b -c d" outputs 2,3, */ int main(int argc, char *argv[]) {