]> git.ozlabs.org Git - petitboot/commitdiff
lib/url: talloc from new URL in pb_url_copy
authorJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 03:44:33 +0000 (11:44 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 07:20:59 +0000 (15:20 +0800)
We're ending up with members of new_url being allocated from the old
URL's context. We should be tallocing from the new_url instead.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found