Example #1
0
void cleanup(void) {
	alcDestroyContext(context_id);

#ifdef JLIB
	jv_check_mem();
#endif
}
Example #2
0
static void cleanup(void) {
	free(data);
	alcDestroyContext(context_id);
#ifdef JLIB
	jv_check_mem();
#endif
}
Example #3
0
void cleanup(void) {
	alcDestroyContext( context_id );
	alcCloseDevice( dev );

#ifdef JLIB
	jv_check_mem();
#endif
}
Example #4
0
static void cleanup(void) {
#ifdef DMALLOC
	dmalloc_verify(0);
	dmalloc_log_unfreed();

#endif
#ifdef JLIB
	jv_check_mem();
#endif
}
Example #5
0
static void cleanup(void) {
	alcDestroyContext(cc);
#ifdef DMALLOC
	dmalloc_verify(0);
	dmalloc_log_unfreed();

#endif
#ifdef JLIB
	jv_check_mem();
#endif
}
Example #6
0
static void cleanup(void) {
	int i;

	for(i = 0; i < NUMCONTEXTS; i++) {
		alcDestroyContext( context_ids[i] );
	}

#ifdef JLIB
	jv_check_mem();
#endif

	return;
}
Example #7
0
static void cleanup(void) {
#ifdef JLIB
	jv_check_mem();
#endif
}