[q-lang-cvs] qt-q/src smokeqt.i,1.28,1.29
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-08 20:54:28
|
Update of /cvsroot/q-lang/qt-q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23701/src Modified Files: smokeqt.i Log Message: critical bugfix: silly typo in QtQSmokeBinding::deleted() prevented deleted objects to be removed from the pointer table Index: smokeqt.i =================================================================== RCS file: /cvsroot/q-lang/qt-q/src/smokeqt.i,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** smokeqt.i 8 Nov 2007 09:26:20 -0000 1.28 --- smokeqt.i 8 Nov 2007 20:54:25 -0000 1.29 *************** *** 4444,4448 **** nobj->ptr = NULL; nobj->cid = 0; } ! qtobj_map.remove(obj->ptr); } } --- 4444,4448 ---- nobj->ptr = NULL; nobj->cid = 0; } ! qtobj_map.remove(ptr); } } |