• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revision602a04e6153c4889212c42b87ee8f8e05b15f2b2 (tree)
Time2014-02-13 17:42:44
AuthorChristian Gmeiner <christian.gmeiner@gmai...>
CommiterChristian Gmeiner

Log Message

fix memory leak

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

Change Summary

Incremental Difference

--- a/src/tester.cpp
+++ b/src/tester.cpp
@@ -117,4 +117,6 @@ int main() {
117117
118118 printf("\n");
119119 } // loop over calibrators
120+
121+ delete calib;
120122 }