summaryrefslogtreecommitdiff
path: root/changes/bug20048
blob: 5cc9f4554518b2557ab702fc43add15dfaa1d7ee (plain)
1
2
3
4
  o Minor features (infrastructure):
    - Implement smartlist_add_strdup() function. Replaces the use of
      smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.