Skip to content
Commit c7d47f26 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Jessica Yu
Browse files

modpost: free allocated memory



valgrind complains that memory is not freed after allocation
with realloc() called from main() and write_dump().

So let us free the allocated memory properly.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Link: http://lkml.kernel.org/r/1470166981-6461-1-git-send-email-xypron.glpk@gmx.de


Signed-off-by: default avatarJessica Yu <jeyu@redhat.com>
parent a25f0944
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment