In article <[email protected]>,
   Martin Bazley <[email protected]> wrote:
> The following bytes were arranged on 22 Sep 2011 by [email protected]:

> > +void nsurl_unref(nsurl *url)
> > +{
> > +       if (--url->count > 0)
> > +               return;
> > +
> >          assert(url != NULL);

> Shouldn't both asserts come first?

Yep, thanks.

-- 

Michael Drake (tlsa)                  http://www.netsurf-browser.org/

Reply via email to