~neon/amarok/master

Viewing all changes in revision 32289.

  • Committer: Pino Toscano
  • Date: 2020-03-28 18:47:31 UTC
  • Revision ID: git-v1:7720caaaf4732037621adc6ba81771ed623c7e9b
Fix dangling string pointers

the const char* buffer of a temporary QByteArray object will be a
dangling pointer once the QByteArray goes out of scope; hence store the
string as QByteArray and pass its buffer where needed instead

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: