On Mon, Oct 29, 2012 at 06:04:27PM -0700, George Zhang wrote: > +static void event_signal_destroy(struct kref *kref) > +{ > + struct vmci_subscription *entry = > + container_of(kref, struct vmci_subscription, kref); > + > + complete(&entry->done); > +} Didn't you just leak memory here? What frees the structure up? thanks, greg k-h _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization