-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.3
-
None
-
None
Some files assign $result but never free the result afterwards. If $result is actually used, the sql_freeresult method should be used. If the assignment to $result is not needed it should be removed.