@@ -120,11 +120,11 @@ } - (OFString*)description { void *pool = objc_autoreleasePoolPush(); - const char *requestTypeStr; + const char *requestTypeStr = NULL; OFString *indentedHeaders, *indentedPOSTData, *ret; switch (requestType) { case OF_HTTP_REQUEST_TYPE_GET: requestTypeStr = "GET";