[PATCH] fixed resource leak in scripts/mod/modpost.c

From: Alexey Fomenko
Date: Wed Aug 04 2010 - 08:37:18 EST


sec2annotation returns malloc'ed buffer directly to printf as an
argument. Patch lets free this buffer after printing.