]> Git trees. - libqmvoc.git/commit
Fix a reference to deleted memory, since QString::toLatin1().data() is a dangling...
authorAntonio Larrosa <larrosa@kde.org>
Wed, 12 Jun 2013 23:49:19 +0000 (01:49 +0200)
committerAntonio Larrosa <larrosa@kde.org>
Wed, 12 Jun 2013 23:49:19 +0000 (01:49 +0200)
commitb6f9b4da116339be33dd3829e7ed754045710296
tree942fa77ff00de03d27fad2c3dd522f88ba497db0
parent479e0c982ef68101f78b40ea09f90c33e23439e0
Fix a reference to deleted memory, since QString::toLatin1().data() is a dangling pointer to the data of a temporary object which was already deleted.
qtmmlwidget/qtmmlwidget.cpp