fix cloned string cleanup
This commit is contained in:
@@ -259,7 +259,7 @@ parse_index_name :: proc(request_body: []byte) -> Maybe(string) {
|
||||
return nil
|
||||
}
|
||||
|
||||
return string(idx_str)
|
||||
return strings.clone(string(idx_str))
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user