stevieb9 / rpi-wiringpi

Perl interface to Raspberry Pi's board, GPIO and various sensors and ICs
7 stars 1 forks source link

see if doing a refcnt on the shared metadata is possible, for cleanup #115

Closed stevieb9 closed 5 years ago

stevieb9 commented 5 years ago

If it works, and we're the last proc/object, we should wipe the shared memory storage area.

stevieb9 commented 5 years ago

Include this when working on #111

stevieb9 commented 5 years ago

We do this internally, and clean up only the stuff a specific Pi was using before it went out of scope.