You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/02/13 23:34:27 UTC

svn commit: r1568073 - in /subversion/branches/1.8.x-r1567996: ./ subversion/libsvn_subr/cache-membuffer.c

Author: stefan2
Date: Thu Feb 13 22:34:26 2014
New Revision: 1568073

URL: http://svn.apache.org/r1568073
Log:
Merge r1568072 from /trunk with no conflicts.

Modified:
    subversion/branches/1.8.x-r1567996/   (props changed)
    subversion/branches/1.8.x-r1567996/subversion/libsvn_subr/cache-membuffer.c

Propchange: subversion/branches/1.8.x-r1567996/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1568072

Modified: subversion/branches/1.8.x-r1567996/subversion/libsvn_subr/cache-membuffer.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1567996/subversion/libsvn_subr/cache-membuffer.c?rev=1568073&r1=1568072&r2=1568073&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1567996/subversion/libsvn_subr/cache-membuffer.c (original)
+++ subversion/branches/1.8.x-r1567996/subversion/libsvn_subr/cache-membuffer.c Thu Feb 13 22:34:26 2014
@@ -654,6 +654,7 @@ drop_entry(svn_membuffer_t *cache, entry
    */
   cache->used_entries--;
   cache->hit_count -= entry->hit_count;
+  cache->data_used -= entry->size;
 
   /* extend the insertion window, if the entry happens to border it
    */