mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
memory leak fixed
This commit is contained in:
@ -335,5 +335,6 @@ int mysql_update(THD *thd,
|
||||
DBUG_PRINT("info",("%d records updated",updated));
|
||||
}
|
||||
thd->count_cuted_fields=0; /* calc cuted fields */
|
||||
free_io_cache(table);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user