[Devel] crash when handling subscribe

Juha Heinanen jh at tutpro.com
Mon Jun 11 14:23:18 CEST 2007


could the problem be so simple that free is used on the crash like
instead of pkg_free?  i den't remember other use of free() system call
in openser.

-- juha

	if(notify_body!=NULL)
	{
		if(notify_body->s)
			free(notify_body->s);       ********** here
		pkg_free(notify_body);
	}



More information about the Devel mailing list