Skip to content
Snippets Groups Projects
Commit 4275aec4 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

Removed call to dap_ function. It is not yet implemented in the libdap library.

parent 33f2ea24
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ static PyObject *dap_deinit(){ ...@@ -31,8 +31,6 @@ static PyObject *dap_deinit(){
log_it(L_DEBUG, "Config file closed."); log_it(L_DEBUG, "Config file closed.");
dap_config_deinit(); dap_config_deinit();
log_it(L_DEBUG, "Function dap_config_deinit done."); log_it(L_DEBUG, "Function dap_config_deinit done.");
dap_common_deinit();
log_it(L_DEBUG, "Function dap_common_deinit done.");
log_it(L_DEBUG, "Function dap_deinit done."); log_it(L_DEBUG, "Function dap_deinit done.");
return PyLong_FromLong(0); return PyLong_FromLong(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment