talloc: ASAN fix for test_pool_nest
[samba.git] / lib / talloc / testsuite.c
index c119884fd55391d90e74f60322c78776f9730609..d936d18c2ae434686a29e58bff308afc1bc51133 100644 (file)
@@ -1468,6 +1468,8 @@ static bool test_pool_nest(void)
 
        talloc_free(p1);
 
+       talloc_free(e); /* make ASAN happy */
+
        return true;
 }