/home/dan/repos/mariadb-server-10.11/libmariadb/libmariadb/mariadb_stmt.c:749:13: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
|
if (!(start= (uchar *)realloc(start, length)))
|
^
|
/home/dan/repos/mariadb-server-10.11/libmariadb/libmariadb/mariadb_stmt.c:772:15: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
|
if (!(start= (uchar *)realloc(start, length)))
|
^
|
/home/dan/repos/mariadb-server-10.11/libmariadb/libmariadb/mariadb_stmt.c:842:15: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
|
if (!(start= (uchar *)realloc(start, length)))
|
^
|
/home/dan/repos/mariadb-server-10.11/libmariadb/libmariadb/mariadb_stmt.c:967:15: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
|
if (!(start= (uchar *)realloc(start, length)))
|
^
|
/home/dan/repos/mariadb-server-10.11/libmariadb/libmariadb/mariadb_stmt.c:1053:17: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
|
if (!(start= (uchar *)realloc(start, length)))
|
^
|