fix cloned string cleanup
This commit is contained in:
@@ -431,7 +431,7 @@ parse_table_name :: proc(request_body: []byte) -> (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
|
||||
return string(table_name_str), true
|
||||
return strings.clone(string(table_name_str)), true
|
||||
}
|
||||
|
||||
// Parse Item field from request body
|
||||
|
||||
Reference in New Issue
Block a user