mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[code] The console history is not emptied when reloading Python.
Change-Id: I5dedcfc8279f5f4fe9846419f6861c7d7cb3f973
This commit is contained in:
@@ -55,7 +55,6 @@ bool ConsoleController::loadPythonEnvironment(bool autoImportScripts) {
|
||||
|
||||
void ConsoleController::unloadPythonEnvironment() {
|
||||
if (pythonEnvironmentIsLoaded()) {
|
||||
m_consoleStore.clear();
|
||||
MicroPython::deinit();
|
||||
free(m_pythonHeap);
|
||||
m_pythonHeap = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user