Fix heap free in __pntw_1dict
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 1 Dec 2013 01:06:24 +0000 (20:06 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sun, 1 Dec 2013 01:06:24 +0000 (20:06 -0500)
    * src/map.c(__pntw_1dict): when array is allocated in the heap, the primary
      address is kept in keys, but later vals is freed. This is clearly a bug,
      which can corrupt the heap in weird ways that are untraceable.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>

No differences found