remove duplicate code to cleanup curl stuff
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 11 Nov 2014 21:26:08 +0000 (22:26 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 11 Nov 2014 21:26:08 +0000 (22:26 +0100)
citadel/modules/eventclient/serv_eventclient.c

index 942234afdef080803b4eb519e8ca50d279731c93..d8c878309c67fcfe86a5a5cd0fdbe50fef550595 100644 (file)
@@ -202,8 +202,6 @@ gotstatus(int nnrun)
                        switch(IO->SendDone(IO))
                        {
                        case eDBQuery:
-                               curl_easy_cleanup(IO->HttpReq.chnd);
-                               IO->HttpReq.chnd = NULL;
                                FreeURL(&IO->ConnectMe);
                                QueueAnDBOperation(IO);
                                break;