]> granicus.if.org Git - yasm/commit
Fix buglet in handling of SEG of SEG:OFF. We were deleting the term at
authorPeter Johnson <peter@tortall.net>
Mon, 25 Jun 2007 01:05:04 +0000 (01:05 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 25 Jun 2007 01:05:04 +0000 (01:05 -0000)
commit81ef8abfe5aa9924aa0594ac99e977c98030a82f
treeb62b1aa2dfed705782476d23be13492bbaf5747f
parent0a3b9a84629d7be4f1104452d1757b9f039b1124
Fix buglet in handling of SEG of SEG:OFF.  We were deleting the term at
the wrong level.  As we weren't changing numterms before either, this
really could have no effect other than not freeing the memory immediately
(it would be freed later).

svn path=/trunk/yasm/; revision=1885
libyasm/expr.c