From: Linus Torvalds Date: Mon, 11 Apr 2005 06:33:52 +0000 (-0700) Subject: Oops. Fix bad initialization of the "seen" array, causing us to not X-Git-Tag: v0.99~922 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/91af81a98ea5c5594c67a63abc933250e05c13c6?ds=inline;hp=91af81a98ea5c5594c67a63abc933250e05c13c6 Oops. Fix bad initialization of the "seen" array, causing us to not properly clear the reference count at init time. It happened to work for me by pure luck. Until it broke, and my unreferenced commit suddenly looked referenced again. Fixed. ---