memory leaks fixing

This commit is contained in:
2020-05-31 19:24:35 +02:00
parent b8659268cc
commit 3387aa7ca1
11 changed files with 87 additions and 34 deletions

View File

@@ -7,7 +7,6 @@ SOURCES += \
main.cpp \
conexion.cpp \
conexion_ssl.cpp \
thread_selector.cpp \
config_reader.cpp \
tests.cpp \
data_acces.cpp \
@@ -19,7 +18,6 @@ SOURCES += \
HEADERS += \
conexion.h \
conexion_ssl.h \
thread_selector.h \
config_reader.h \
tests.h \
data_acces.h \