From 34eed014bd1c4dd5e759edefd9fa677c4c9577b0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 28 Sep 2019 16:21:10 +0000 Subject: [PATCH] perl: Remove another useless initialisation Signed-off-by: Michael Tremer --- src/perl/Location/Location.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs index c45e914..1ab5ae3 100644 --- a/src/perl/Location/Location.xs +++ b/src/perl/Location/Location.xs @@ -95,7 +95,7 @@ database_get_vendor(db) void DESTROY(db) - struct loc_database* db = NULL; + struct loc_database* db; CODE: // Close database -- 2.39.2