2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Forgot to put back the list dealloc.

This commit is contained in:
Rene Rivera
2021-01-01 11:08:44 -06:00
parent 6bba7e3bc4
commit 1e294144db

View File

@@ -22,7 +22,7 @@ static LIST * list_alloc( int32_t size )
static void list_dealloc( LIST * l )
{
// if ( l ) BJAM_FREE( l );
if ( l ) BJAM_FREE( l );
}
/*