jaeheum / qzmq

qzmq provides Q bindings for CZMQ, the high-level C binding for ØMQ
Mozilla Public License 2.0
22 stars 7 forks source link

symbols as opaque pointers lead to memory leak #1

Closed jaeheum closed 12 years ago

jaeheum commented 12 years ago

Because symbols are interned strings, they don't GCed. Symbols are nice in that there can be no accidental mutation but come at a high cost of memory leak.