mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@@ -676,8 +676,8 @@ history_load(History *h, const char *fname)
|
||||
(void) strunvis(ptr, line);
|
||||
line[sz] = c;
|
||||
if (HENTER(h, &ev, ptr) == -1) {
|
||||
h_free((ptr_t)ptr);
|
||||
return -1;
|
||||
i = -1;
|
||||
goto oomem;
|
||||
}
|
||||
}
|
||||
oomem:
|
||||
|
Reference in New Issue
Block a user