Kaitlin Rupert wrote:
Jay Gagnon wrote:
> +
> + printf("Delivering Indication: %s\n",
> + CMGetCharPtr(CMObjectPathToString(ind_op, NULL)));
Don't forget to change this to a CU_DEBUG().
> +
> + conn = connect_by_classname(_BROKER, CLASSNAME(args->ref), &s);
Don't forget to free the connection.
Eagle eyes, this one. :)
--
-Jay