]> gitweb.factorcode.org Git - factor.git/commit
stack-checker.alien: use free-callback as a destructor when creating
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 17 Sep 2014 10:26:00 +0000 (12:26 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 29 Sep 2014 14:30:21 +0000 (07:30 -0700)
commit3f659840555358d31a634cee2d71c92ee5edf948
treeac389c5bf5506f1c2520c5f0fd334c63d360ed75
parent8fb317b7210efaceb1cfa664abf004c1660d1fa4
stack-checker.alien: use free-callback as a destructor when creating
callbacks

+ tests proving it works. now in case you create temporary callbacks you
can enclose them in with-destructors and it will just work(tm).
basis/stack-checker/alien/alien.factor
basis/windows/com/com-tests.factor
core/alien/alien-tests.factor