Skip to content

Commit

Permalink
npapi: zero unused members of NPClass
Browse files Browse the repository at this point in the history
fix #3880

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  • Loading branch information
RSATom authored and jbkempf committed Dec 1, 2011
1 parent 31b539d commit f7160ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npapi/control/nporuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ RuntimeNPClass<T>::RuntimeNPClass()
getProperty = &RuntimeNPClassGetProperty<T>;
setProperty = &RuntimeNPClassSetProperty<T>;
removeProperty = &RuntimeNPClassRemoveProperty<T>;
enumerate = 0;
construct = 0;
}

template<class T>
Expand Down

0 comments on commit f7160ba

Please sign in to comment.