test_evutil_rtrim: add another missing check.

This commit is contained in:
Nick Mathewson 2013-08-06 19:42:20 -04:00
parent 82b6956c1b
commit e193c959de

View File

@ -441,6 +441,7 @@ test_evutil_rtrim(void *ptr)
do { \
if (cp) mm_free(cp); \
cp = mm_strdup(s); \
tt_assert(cp); \
evutil_rtrim_lws_(cp); \
tt_str_op(cp, ==, result); \
} while(0)