Re: [PATCH v3 14/20] ASoC: qdsp6: audioreach: add q6apm support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 03/08/2021 15:20, Amadeusz Sławiński wrote:
+    /* Assuming Linear Graphs only for now! */
+    graph->graph = audioreach_alloc_graph_pkt(apm, &info->sg_list, graph_id);
+    if (IS_ERR(graph->graph))
+        return ERR_PTR(-ENOMEM);
Shouldn't graph be freed before returning here?
yes, it should be Its now fixed.

--srini



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux