From cdf71c4cbc8c07510708cb7396cd1035300f587f Mon Sep 17 00:00:00 2001 From: rajdakin Date: Wed, 14 Apr 2021 14:16:21 +0200 Subject: Oops-es --- src/wrapped/wrappedlib_init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wrapped') diff --git a/src/wrapped/wrappedlib_init.h b/src/wrapped/wrappedlib_init.h index c9fe03a9..a3a2049c 100755 --- a/src/wrapped/wrappedlib_init.h +++ b/src/wrapped/wrappedlib_init.h @@ -85,7 +85,7 @@ static const map_onedata_t MAPNAME(mydatamap)[] = { int FUNC(_init)(library_t* lib, box64context_t* box64) { (void)box64; - + // Init first free(lib->path); lib->path=NULL; #ifdef PRE_INIT @@ -171,7 +171,7 @@ int FUNC(_init)(library_t* lib, box64context_t* box64) #ifdef CUSTOM_INIT CUSTOM_INIT #endif - + return 0; } -- cgit 1.4.1