adesutherland / CMS-370-BREXX

VM/370 Port of BREXX
Other
7 stars 5 forks source link

Memory Leak with Push #42

Closed adesutherland closed 3 years ago

adesutherland commented 4 years ago

Confirmed in Version F0022

PLEAK1

/* Push Leak Test 1 */     
say 'Push Test'            
'pleak2'                   
pull                       
say 'Push Test Complete'   

PLEAK2

/* Push Leak Test 2 */   
push 'XYZ'               

Output

pleak1                                               
Push Test                                            
WARNING: MEMORY FREED (112 BYTES LEAKED)             
Push Test Complete                                   
Ready; T=0.01/0.01 12:05:57                          

And even simpler (!)

pleak2                                       
WARNING: MEMORY FREED (112 BYTES LEAKED)     
Ready; T=0.01/0.01 12:12:07                  
Unknown CP/CMS command    <-- The pushed content (expected error)                      
adesutherland commented 4 years ago

Fixed in f0023