diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-16 15:09:55 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-16 15:09:55 +0100 |
| commit | 707f64b85c8a1b88923617ff72bd8a4ca562f3bd (patch) | |
| tree | 19543e9df7d87a2204e944a332158137805e9a92 /lib/Utils/DebugDump.h | |
| parent | 1eae9a2bcc8583bf54ec7027ead9b0ae01861481 (diff) | |
prevent destructors from throwing exceptions; check curl_easy_init errors
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/DebugDump.h')
| -rw-r--r-- | lib/Utils/DebugDump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index fad39ecb..c59552e9 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -59,7 +59,7 @@ class CDebugDump public: CDebugDump(); - ~CDebugDump() { Close(); } + ~CDebugDump(); void Open(const char *pDir); void Create(const char *pDir, int64_t uid); |
