X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fvector.lisp;h=f4cab13a5a103cb6f4c7e5057f5eb767977049d8;hb=dc86450e18fb7b90bf6be7d8df8b8ebcb0d090f9;hp=26cc57056a967776c7b80158c606752ed4f4adff;hpb=63a7243d17888e96060a5b62db41f6896d2ac86c;p=sbcl.git diff --git a/src/pcl/vector.lisp b/src/pcl/vector.lisp index 26cc570..f4cab13 100644 --- a/src/pcl/vector.lisp +++ b/src/pcl/vector.lisp @@ -232,8 +232,7 @@ (pv-cell (cons pv calls)) (new-cache (fill-cache cache pv-wrappers pv-cell))) (unless (eq new-cache cache) - (setf (pv-table-cache pv-table) new-cache) - (free-cache cache)) + (setf (pv-table-cache pv-table) new-cache)) pv-cell)))) (defun make-pv-type-declaration (var)