aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2015-03-18 19:08:45 +0100
committerNaios <naios-dev@live.de>2015-03-18 20:20:04 +0100
commit433bc289c2c82b7377ad0189e415a3ca070d220f (patch)
tree649dd7ebb7d6a63bb599d9a1aeae87d693f220ab /src/server/shared/Database/MySQLConnection.cpp
parente40a5bf0b1483ce4275464a0a75a3d99035ca71c (diff)
Core/Misc: Fix some issues detected by static analysis
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? -> This argument is passed by value, it makes no sence so set it to null here. * Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor. * Mismatching allocation and deallocation: Data
Diffstat (limited to 'src/server/shared/Database/MySQLConnection.cpp')
0 files changed, 0 insertions, 0 deletions