Commit ed51bbac authored by jan.koester's avatar jan.koester
Browse files

tete

parent cef20a4f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -257,6 +257,11 @@ confplus::Config::~Config(){
        } else if (!_currApi) {
            std::cerr << "Cannot destroy plugin: _currApi is NULL." << std::endl;
        }

        if (_currApi) {
            std::cerr << "Attempting raw delete on plugin object." << std::endl;
            delete _currApi;
        }
    }

    if (_BackendData) {