]> granicus.if.org Git - graphviz/commit
agglomerative_bundling.c: explicitly cast the results of 'malloc'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 21:09:07 +0000 (13:09 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 18:51:42 +0000 (10:51 -0800)
commit91f75ffdeea0e33349aee0be8937f95684c4196b
tree999496cabd2a5810948d312d8589b0c2560bdf17
parent657159bb78cf8b1a469688046f411de537cf8b5c
agglomerative_bundling.c: explicitly cast the results of 'malloc'

This has no effect in C, but an upcoming change will move this code to C++ where
this is required.

Gitlab: #2154
lib/mingle/agglomerative_bundling.c