modprobe: clean up minor memory leaks
commiteb1e17254348d2c9b209439826306327663e1c14
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Fri, 26 Feb 2010 14:48:27 +0000 (26 14:48 +0000)
committerAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Tue, 2 Mar 2010 09:10:14 +0000 (2 09:10 +0000)
tree2656052f20e49b9f351737c146667169fb13fe53
parent4ad092b0bf31c28ccd5c03a7d86e93eba688044b
modprobe: clean up minor memory leaks

 - "struct module"

 - use of setenv()

 - internal node leak in index_search() and index_searchwild()

 - some of the more obscure modprobe options, which were bypassing the
   cleanup code in main()

I can see only one more leak (which occurred during the softdep work):

 - the contents of "struct modprobe_conf"
index.c
modprobe.c