]> git.tuebingen.mpg.de Git - paraslash.git/commit
i9e: Zero out private pointer on open.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2016 23:21:15 +0000 (00:21 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Apr 2016 23:40:15 +0000 (01:40 +0200)
commit7abf0165180e6ddf268efaf75968516043b38c1d
treeb64c1e0b1e7e23a80d01129c7a2aac3c5a2d5ae0
parent9d8fdf8898418711558f70a9630b2444036d8285
i9e: Zero out private pointer on open.

This should not matter at the moment since i9e_open() is only called
once and the i9e_private structure is static, so it's already zeroed
out by the first time the function is called. But since the ie9 API
is supposed to work across multiple open/close cycles, it seems wise
to be conservative here.
interactive.c