• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版602a04e6153c4889212c42b87ee8f8e05b15f2b2 (tree)
时间2014-02-13 17:42:44
作者Christian Gmeiner <christian.gmeiner@gmai...>
CommiterChristian Gmeiner

Log Message

fix memory leak

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

更改概述

差异

--- 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 }