]> git.ozlabs.org Git - ccan/blobdiff - ccan/objset/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / objset / _info
index 5831f584da9e3707710c6141f34cbaeac6da3e98..116c2596ee622308cabc0f2268b9f74346321fa5 100644 (file)
  *                                     printf("%i,", i);
  *                     printf("\n");
  *             }
  *                                     printf("%i,", i);
  *                     printf("\n");
  *             }
+ *             // Keep -fsanitize=address leak detection happy.
+ *             objset_clear(&args);
  *             return 0;
  *     }
  *             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[])
 {
  */
 int main(int argc, char *argv[])
 {