diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 15:55:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 15:55:58 +0100 |
commit | 5e4dd0c0197f6273c61491a5b9a030c93f796a12 (patch) | |
tree | 390fc6d980cc49927523befb43d189c608452276 /backend/util.h | |
parent | 369e3d71aa79783d95166739cfa93a480defe6ea (diff) |
add some tests
Diffstat (limited to 'backend/util.h')
-rw-r--r-- | backend/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/util.h b/backend/util.h index d278eb1..f1e7bab 100644 --- a/backend/util.h +++ b/backend/util.h @@ -1,7 +1,7 @@ #pragma once template <typename T> -void safe_free(T * & ptr); +void safe_free(T ** ptr); template <typename T> inline T min(const T &, const T &); |