]> granicus.if.org Git - yasm/commit
* linemgr.c (yasm_linemap_create): Initialize pointers in initial
authorPeter Johnson <peter@tortall.net>
Sun, 31 Oct 2004 04:18:37 +0000 (04:18 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 31 Oct 2004 04:18:37 +0000 (04:18 -0000)
commit1feacb6483b213d8886ab480d79231e44bda9a23
tree372161c4aae55b4e0e1f17ecb52367583c1562b1
parent23e53d41ce27f8a03901d9cb2b63b0c7f36f8a75
* linemgr.c (yasm_linemap_create): Initialize pointers in initial
source_info array.  Unless these are initialized to 0,
yasm_linemap_destroy() attempts to free these (invalid) pointers.

svn path=/trunk/yasm/; revision=1170
libyasm/linemgr.c