I have a class containing a vector member variable. I know that vectors stored on the stack will be cleaned up (i.e. memory free\'d) when they go out of scope, but I\'m not
The destructor for the vector will be called when you destroy an instance of fred.