From 04b436ce5ecf13d1565be3e8e56c217760b6e467 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Tue, 27 Nov 2018 19:44:03 +0200 Subject: [PATCH] del annoying comment --- client/loclass/fileutils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/loclass/fileutils.c b/client/loclass/fileutils.c index ac3660935..ea595ad26 100644 --- a/client/loclass/fileutils.c +++ b/client/loclass/fileutils.c @@ -163,7 +163,6 @@ int saveFileJSON(const char *preferredName, const char *suffix, uint8_t* data, s } PrintAndLog("File `%s` saved.", fileName); - // free json object json_decref(root); out: