Plan 9 from Bell Labs’s /usr/web/sources/extra/changes/2005/1015

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Free correct pointer.
 [rsc] --rw-rw-r-- M 1558891 glenda sys 33642 Oct 15 06:55 sys/src/9/port/chan.c
	/n/sourcesdump/2005/1015/plan9/sys/src/9/port/chan.c:1550,1557 - 
	/n/sourcesdump/2005/1016/plan9/sys/src/9/port/chan.c:1550,1557
	  	free(e.elems);
	  	free(e.off);
	  	poperror();	/* e c */
	- 	free(name);
	- 	poperror();	/* name */
	+ 	free(aname);
	+ 	poperror();	/* aname */
	  
	  	return c;
	  }


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.