aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/curl/request.h')
-rw-r--r--backends/networking/curl/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/curl/request.h b/backends/networking/curl/request.h
index d3efd588dc..37cb3884ca 100644
--- a/backends/networking/curl/request.h
+++ b/backends/networking/curl/request.h
@@ -38,7 +38,7 @@ protected:
public:
Request(Common::BaseCallback<> *cb): _callback(cb) {};
- virtual ~Request() {};
+ virtual ~Request() { delete _callback; };
/**
* Method, which does actual work. Depends on what this Request is doing.