bug20048 170 B

1234
  1. o Minor features (infrastructure):
  2. - Implement smartlist_add_strdup() function. Replaces the use of
  3. smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.