79641450

Date: 2025-05-28 03:15:27
Score: 1.5
Natty:
Report link
di_IWebService * webService = GetIWebService();

This needs to be created in the constructor and not in the methods as the handle does not get released and cannot be deleted and nulled from a method.

Declaring it globally resolved my issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Stefan de Beer