X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fpaths.c;h=26fb7cb739d7e848591a864c76462178c5012e1b;hb=bee85b3946d50bc4ee02ab889f4b3a9cd0defe98;hp=d95e359e9f170b6a69e925a9002bdbe512818ec3;hpb=5be946cda7b8e2271ade6188ca3f5dc068826619;p=petitboot diff --git a/discover/paths.c b/discover/paths.c index d95e359..26fb7cb 100644 --- a/discover/paths.c +++ b/discover/paths.c @@ -302,6 +302,5 @@ char *load_url(void *ctx, struct pb_url *url, unsigned int *tempfile) if (tempfile) *tempfile = tmp; - talloc_free(url); return local; }