Fix double free
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;; -*- mode: lisp-data -*-
|
||||
|
||||
(print (funcall (let ((te 'a))
|
||||
(lambda (b &optional (a te)) a)) 2))
|
||||
(lambda (b &optional (a te ap)) a)) 2 3))
|
||||
|
||||
Reference in New Issue
Block a user