diff --git a/Contrib/System/Source/Buffers.c b/Contrib/System/Source/Buffers.c index f698e352..2f7e8e90 100644 --- a/Contrib/System/Source/Buffers.c +++ b/Contrib/System/Source/Buffers.c @@ -84,6 +84,8 @@ PLUGINFUNCTION(Store) break; case 'l': case 'L': + if (tempstack == NULL) break; + // Fill with data copymem(g_variables, tempstack->Data, size);