$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mike Gibson (megibson_at_[hidden])
Date: 2008-06-24 19:20:43
I've got a "leak" with shared_ptr. Basically, I'm pretty sure
something is holding onto a reference via shared_ptr I don't want it
to. Is there any sort of easy way to track the creation and deletion
of shared_ptr's throughout my program to see who is creating
shared_ptr's, when they're getting deleted and the reference count
being decremented or incremented? Then I can see who is still holding
the reference.
Thanks,
Mike Gibson