summaryrefslogtreecommitdiff
path: root/callback_test.go
AgeCommit message (Collapse)Author
2023-09-19transaction: Use cgo.Handle to pass callback data to PAMMarco Trevisan (TreviƱo)
Go provides a nicer way to handle Go structs lifetime when they are passed to C now, so use this instead of a custom implementation that requires to store them in a map
2015-12-04Fix a memory leakMichael Steinert
2015-12-03Stop passing Go pointers to CMichael Steinert