fix syntax error.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16474 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-04 14:57:06 +00:00
parent 9384a0bba9
commit 0ef14a76b5

View File

@@ -664,7 +664,7 @@ p11_release_module(struct p11_module *p)
dlclose(p->dl_handle);
if (p->slot.name)
free(p->slot.name);
memset(p, 0, sizeof(*P));
memset(p, 0, sizeof(*p));
free(p);
}