BR 877583: Fix RAA memory leak
commita27ccb9f61101091f16902035b3e019604473e24
authorH. Peter Anvin <hpa@zytor.com>
Mon, 19 Nov 2007 20:02:38 +0000 (19 12:02 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 19 Nov 2007 20:02:38 +0000 (19 12:02 -0800)
tree29b6efe78d6cee2a6eac40306f1d12f04342b059
parent61783742518d87373cabb1c79254ef5ae943beb7
BR 877583: Fix RAA memory leak

raa_free() didn't actually do the proper job; it would only free leaf
nodes, not internal nodes.
nasmlib.c