Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete (normdist) memory error #9

Closed
chikashimiyama opened this issue Oct 1, 2014 · 1 comment
Closed

delete (normdist) memory error #9

chikashimiyama opened this issue Oct 1, 2014 · 1 comment

Comments

@chikashimiyama
Copy link

The following code generates the following error

ofxGVF-ExampleDebug(60717,0x4ad21a8) malloc: *** error for object 0x1: pointer being freed was not allocated

include "ofxGVF.h"

int main( ){
ofxGVF gvf;
return 0;
}


my setting is following

define OPENFRAMEWORKS 1

define BOOSTLIB 0

define OPTIMISD 0

define VDSPOPTM 0

define GESTLEARNT 8

@chikashimiyama chikashimiyama changed the title delete (normdist) delete (normdist) memory error Oct 1, 2014
@bcaramiaux
Copy link
Owner

What is the compilation command?
If outside of ofx, try:
#define OPENFRAMEWORKS 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants