Comment 6 for bug 1048274

Revision history for this message
Andrea Azzarone (azzar1) wrote :

The crash is in the copy ctor. But this line:

 std::string hud_icon_name = glib::Variant(data).GetString();

should call the ***move*** ctor. This is weird.