2016-11-06 22:48:52 +01:00
|
|
|
o Minor features (infrastructure):
|
2016-10-27 11:12:28 +02:00
|
|
|
- Implement smartlist_add_strdup() function. Replaces the use of
|
2016-11-06 22:48:52 +01:00
|
|
|
smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.
|
2016-10-27 11:12:28 +02:00
|
|
|
|