To free up memory, you should destroy all FBX objects once you no longer need them.
Destroying any remaining FBX objects
When you are finished with the FBX SDK, destroy the SDK Manager object. This will also destroy any remaining SDK objects managed by SDK Manager:
// Delete the FBX SDK manager.
DestroySdkObjects(lSdkManager);