0e29290b08
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/sblim-wbemcli.git#c3960d721aea8b4e2951e27258956685fef9052a
24 lines
478 B
Diff
24 lines
478 B
Diff
@@ -, +, @@
|
|
---
|
|
main.cpp | 2 ++
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
--- a/main.cpp
|
|
+++ a/main.cpp
|
|
@@ -133,6 +133,7 @@ int main (int argc, char *argv[]) {
|
|
ClassesXml *ca=0;
|
|
MethodresponseXml *mrsp=0;
|
|
string sb;
|
|
+ {
|
|
#ifdef HAVE_LIBWWW
|
|
CimomWww cimom;
|
|
#elif HAVE_LIBCURL
|
|
@@ -643,6 +644,7 @@ fini:
|
|
delete cna;
|
|
delete ca;
|
|
delete mrsp;
|
|
+ }
|
|
#ifdef HAVE_LIBCURL
|
|
// These needs to be called once
|
|
curl_global_cleanup();
|
|
--
|