bug20048 150 B

1234
  1. o Minor bugfixes:
  2. - Implement smartlist_add_strdup() function. Replaces the use of
  3. smartlist_add(sl, tor_strdup(str)). Fixes bug 20048.