mirror of
https://github.com/aap/librw.git
synced 2025-12-23 19:09:57 +00:00
fixed more leaks
This commit is contained in:
@@ -15,7 +15,7 @@ namespace rw {
|
||||
|
||||
int32 Camera::numAllocated;
|
||||
|
||||
PluginList Camera::s_plglist = { sizeof(Camera), sizeof(Camera), nil, nil };
|
||||
PluginList Camera::s_plglist(sizeof(Camera));
|
||||
|
||||
void
|
||||
defaultBeginUpdateCB(Camera *cam)
|
||||
|
||||
Reference in New Issue
Block a user