load: Factor out an unneeded strdup
authorPetri Lehtinen <petri@digip.org>
Thu, 3 Sep 2009 18:30:36 +0000 (21:30 +0300)
committerPetri Lehtinen <petri@digip.org>
Fri, 4 Sep 2009 06:52:40 +0000 (09:52 +0300)
commit93c5892bc3a8138ba44a626d0172563a714e5b64
treeb53d0baae082b75f8402d5354f9218ec96ae6ccd
parent1095ca956b360a3614392f88b2dc132d89ef00a1
load: Factor out an unneeded strdup

By "stealing" the string parsed out in lexer, one strdup can be saved.
src/load.c