]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
don't pass uninitialized rv passed to ap_log_rerror()
authorJeff Trawick <trawick@apache.org>
Wed, 23 Oct 2013 01:32:32 +0000 (01:32 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 23 Oct 2013 01:32:32 +0000 (01:32 +0000)
commit7d616d4cb4a48924cfb515c1bc80cdbfe5e14175
tree1da27b96988593fefd33f921db7df7a937028f06
parent73895f835f5627819832475123bc45fb1d2d2174
don't pass uninitialized rv passed to ap_log_rerror()
  (rv wasn't interesting / follow an existing example)

stop throwing away a pointer on the heap

(clang scan-build)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1534892 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_cache_socache.c