mirror of
https://github.com/sbrow/envr.git
synced 2026-06-28 02:58:33 -04:00
refactor: Gave db its own allocator.
This commit is contained in:
@@ -25,8 +25,6 @@ cmd_list :: proc(cmd: ^Command) {
|
||||
if !list_ok {
|
||||
return
|
||||
}
|
||||
defer delete(rows)
|
||||
defer for &row in rows {delete_envfile(&row)}
|
||||
|
||||
if terminal.is_terminal(os.stdout) {
|
||||
headers := []string{"Directory", "Path"}
|
||||
|
||||
Reference in New Issue
Block a user