Committed as revision 1670.
2009/1/6 Steven Dake <[email protected]>: > good for commit > > regards > -steve > > On Sat, 2009-01-03 at 21:17 +1300, Angus Salkeld wrote: >> close the file on error. >> >> =================================================================== >> --- services/amfcomp.c (revision 1668) >> +++ services/amfcomp.c (working copy) >> @@ -1558,6 +1558,7 @@ >> >> pm = amf_calloc(1, sizeof(struct amf_pm)); >> if ( pm == NULL ) { >> + fclose (p); >> return; >> } >> _______________________________________________ >> Openais mailing list >> [email protected] >> https://lists.linux-foundation.org/mailman/listinfo/openais > > _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
