free allocated variable

This commit is contained in:
Tim Ruehsen 2014-06-18 12:25:06 +02:00
parent 57394eb1f8
commit 29d1300c86
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ static void test(const psl_ctx_t *psl, const char *domain, const char *expected_
printf("psl_registrable_domain(%s)=%s (expected %s)\n",
domain, result ? result : "NULL", expected_result ? expected_result : "NULL");
}
free(lower);
}
static void test_psl(void)