[01:48:35] --- jaltman/FrogsLeap has left: Disconnected [04:46:48] --- pod has become available [08:36:58] --- Russ has become available [08:59:38] --- jaltman/FrogsLeap has become available [10:01:44] --- jaltman/FrogsLeap has left: Disconnected [10:16:11] --- jaltman/FrogsLeap has become available [14:22:08] --- jaltman/FrogsLeap has left: Replaced by new connection [14:22:14] --- jaltman/FrogsLeap has become available [14:56:37] --- jaltman/FrogsLeap has left: Replaced by new connection [14:57:11] --- jaltman/FrogsLeap has become available [20:44:09] --- andersk has become available [20:44:14] As far as I can tell, the result of pr_NameToId(&lnames, &lids) should be freed with xdr_free((xdrproc_t) xdr_idlist, &lids). But xdr_idlist is only exported from the static libraries, not the shared libraries. Is this just an instance of the shared libraries not being ready yet? [20:45:54] Or should I free(lids.idlist_val) directly?