Fix leak of url schemes.
This commit is contained in:
parent
9727f87525
commit
7ba459f1b5
|
@ -1629,6 +1629,7 @@ static nserror llcache_object_retrieve(nsurl *url, uint32_t flags,
|
|||
uncachable = true;
|
||||
}
|
||||
}
|
||||
lwc_string_unref(scheme);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue