952, 954: Add ecmascript_detach_form_view stub
commit759fbb1142f12c1e1676205e50ac0eb66494c10d
authorKalle Olavi Niemitalo <kon@iki.fi>
Fri, 18 Jul 2008 16:43:30 +0000 (18 19:43 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Fri, 18 Jul 2008 17:00:16 +0000 (18 20:00 +0300)
tree38fb0a5ed008ebf7bdd7f62024e46d4f502427e0
parentbbadb99dd159dcc93959cd12a42473c91f6d2108
952, 954: Add ecmascript_detach_form_view stub

Anything that frees struct form_view must now call the new function
ecmascript_detach_form_view.  This function should then clear out any
dangling pointers, but that has not yet been implemented.
src/ecmascript/ecmascript.c
src/ecmascript/ecmascript.h
src/ecmascript/see.h
src/ecmascript/spidermonkey.h
src/viewer/text/form.c
src/viewer/text/form.h
src/viewer/text/vs.c