~pitti/autopilot-gtk/unsupported-type-warning

  • Committer: Martin Pitt
  • Date: 2013-11-26 12:35:30 UTC
  • Revision ID: martin.pitt@ubuntu.com-20131126123530-um0mogvp8aew1iwp
Avoid unnecessary temporary std::string 

In GtkNode::MatchStringProperty(), drop the temporary and unnecessary
std::string duplication of the property value; instead, compare the C string
directly. This avoids copying the string, and also seems to avoid a rare crash
when destroying the std::string at the end of the function.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzr-builddeb 11.1.8 11 years ago Mathieu Trudel-Lapierre Tell bzr-builddeb to build this package in split m Diff
debian 9.1.1 11 years ago allanlesage at gmail Attempted inline packaging. Diff
lib 9.1.1 11 years ago allanlesage at gmail Attempted inline packaging. Diff
tests 40.2.1 11 years ago Allan LeSage Add autopilot tests, switch to g_debug logging, mo Diff
.bzrignore 59.1.1 10 years ago Martin Pitt Build generated GDBus sources lib/Introspec 60 bytes Diff Download File
CMakeLists.txt 43.2.20 10 years ago Martin Pitt Run tests with verbosity, to see more detailled ou 388 bytes Diff Download File