apply: rename free_patch() to free_patch_list()
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2012 22:10:01 +0000 (15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2012 22:39:31 +0000 (15:39 -0700)
As that is the only logical name for a function that walks a list
and frees each element on it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found