Files
pgadmin4/runtime
Maxim Zakharov 72548a99e1 Fix usage of QString::toUtf8(). Fixes #2299
Desktop runtime has a couple bugs using already freed memory supplied to embedded python leading to occasional crashes and failures to start maintenance processes (VACUUM, ANALYZE, REINDEX, CLUSTER).

This is caused by incorrect usage of QString::toUtf8() which returns newly created QByteArray which is automatically destroyed once closing context; e.g.
Py_SetPythonHome(pythonHome.toUtf8().data());
2017-03-28 08:26:16 -04:00
..
2017-03-06 15:35:08 +00:00
2017-01-04 13:33:32 +00:00
2017-03-06 15:35:08 +00:00
2016-09-05 16:45:01 +01:00
2016-09-05 16:55:34 +01:00
2017-01-04 13:33:32 +00:00