RE: [PATCH] libsepol: fix memory leak in expand.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<snip>
> >
> > -      out:
> > +	  out:
> > +	rc = 0;
> >
> > -	ebitmap_destroy(&types);
> > +	  err_neg:
> >  	ebitmap_destroy(&neg_types);
> > +	  err_types:
> > +	ebitmap_destroy(&types);
> >
> > -	return 0;
> > +	return rc;
> >  }

I just noticed the indenting on the label changed, I went through the
File and it has:
1. labels with 7 leading spaces
2. labels left justified

Which one is the way you want them, left justified?

Bill


_______________________________________________
Selinux mailing list
Selinux@xxxxxxxxxxxxx
To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx.
To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.



[Index of Archives]     [Selinux Refpolicy]     [Linux SGX]     [Fedora Users]     [Fedora Desktop]     [Yosemite Photos]     [Yosemite Camping]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux