[libesl] Coverity 1395572 Logically dead code

This commit is contained in:
Andrey Volk 2025-01-31 17:44:33 +03:00
parent 86c0996fa8
commit 5854585d2d

View File

@ -1147,11 +1147,6 @@ fail:
hooks->deallocate(buffer->buffer);
}
if (printed != NULL)
{
hooks->deallocate(printed);
}
return NULL;
}