Skip to content

Commit 88c92b9

Browse files
committed
plusplus: correct build break
1 parent 8491106 commit 88c92b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bld/plusplus/c/opovload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ static PTREE resolve_symbols( // RESOLVE MULTIPLE OVERLOAD DEFINITIONS
753753
, &fnov_diag );
754754
}
755755
}
756-
MemFree( alist );
756+
CMemFree( alist );
757757
switch( ovret ) {
758758
case FNOV_AMBIGUOUS:
759759
{ FNOV_LIST* amb_list; // - ambiguity list

0 commit comments

Comments
 (0)