We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aa97b commit 93924a2Copy full SHA for 93924a2
config/c_get_alignment.m4
@@ -45,6 +45,7 @@ AC_DEFUN([OPAL_C_GET_ALIGNMENT],[
45
if (!f) exit(1);
46
diff = ((char *)&p->x) - ((char *)&p->c);
47
fprintf(f, "%d\n", (diff >= 0) ? diff : -diff);
48
+ free(p);
49
]])], [AS_TR_SH([opal_cv_c_align_$1])=`cat conftestval`],
50
[AC_MSG_WARN([*** Problem running configure test!])
51
AC_MSG_WARN([*** See config.log for details.])
0 commit comments