No segfault
commit387aeac953173cc38b2341d23e7e3d6c8d6a35a2
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 2 May 2009 20:01:00 +0000 (2 22:01 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Tue, 5 May 2009 17:44:07 +0000 (5 20:44 +0300)
treea235623eb9039d6531e7f726508aa59f4ef73aec
parent8e20417bdb20f01479fe8d93753985b1c9a14f83
No segfault

At the end of the destroy_vs there two assignments vs->doc_view->vs = NULL and
vs->doc_view = NULL. In the setup_session the copy_vs left the vs "unbound"
with any variable. At least one of these two is wrong.
src/session/session.c